[gtk+] Fix inclusion of gdkconfig.h



commit 2a324ae304dd783ad6949ea696023a9f93649b31
Author: Mike Gorse <mgorse novell com>
Date:   Tue Dec 21 18:18:07 2010 -0500

    Fix inclusion of gdkconfig.h

 gdk/gdktypes.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index f86d526..7cd9f6c 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -43,7 +43,7 @@
  * itself, but also occasionally when compiling programs that use GDK
  * (or GTK). One such setting is what windowing API backend is in use.
  */
-#include <gdkconfig.h>
+#include <gdk/gdkconfig.h>
 
 /* some common magic values */
 



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