[frogr] Added missing includes in frogr-util



commit 0ccf4c0983216f1ed06a7d059110577d94fcda6f
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Wed Apr 4 12:46:58 2012 +0200

    Added missing includes in frogr-util

 src/frogr-util.c |    2 +-
 src/frogr-util.h |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-util.c b/src/frogr-util.c
index 79d11e4..a144c47 100644
--- a/src/frogr-util.c
+++ b/src/frogr-util.c
@@ -18,10 +18,10 @@
  *
  */
 
+#include "frogr-util.h"
 #include "frogr-global-defs.h"
 
 #include <config.h>
-
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 #include <libexif/exif-byte-order.h>
diff --git a/src/frogr-util.h b/src/frogr-util.h
index f9bf4be..4ebd7e2 100644
--- a/src/frogr-util.h
+++ b/src/frogr-util.h
@@ -21,6 +21,8 @@
 #ifndef FROGR_UTIL_H
 #define FROGR_UTIL_H
 
+#include <gtk/gtk.h>
+
 G_BEGIN_DECLS
 
 const gchar *frogr_util_get_app_data_dir (void);



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