[gnome-utils] screenshot: fix missing include



commit 7126f6573f4e41b7ef6eff49479ec1c73cedd268
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Sep 26 17:21:25 2011 -0400

    screenshot: fix missing include

 gnome-screenshot/screenshot-utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnome-screenshot/screenshot-utils.c b/gnome-screenshot/screenshot-utils.c
index 21e3851..8787e70 100644
--- a/gnome-screenshot/screenshot-utils.c
+++ b/gnome-screenshot/screenshot-utils.c
@@ -23,6 +23,7 @@
 #include <gtk/gtk.h>
 #include <glib.h>
 #include <glib/gi18n.h>
+#include <glib/gstdio.h>
 
 #ifdef HAVE_X11_EXTENSIONS_SHAPE_H
 #include <X11/extensions/shape.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]