aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunetgtk_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunetgtk_common.h')
-rw-r--r--src/include/gnunetgtk_common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunetgtk_common.h b/src/include/gnunetgtk_common.h
index 86c19913..e33011eb 100644
--- a/src/include/gnunetgtk_common.h
+++ b/src/include/gnunetgtk_common.h
@@ -27,6 +27,10 @@
27#ifndef GTKUI_HELPER_H 27#ifndef GTKUI_HELPER_H
28#define GTKUI_HELPER_H 28#define GTKUI_HELPER_H
29 29
30#include <gtk/gtk.h>
31#include <gtk/gtktext.h>
32#include <glade/glade.h>
33
30#define DEBUG_GTK 0 34#define DEBUG_GTK 0
31 35
32#if DEBUG_GTK 36#if DEBUG_GTK
@@ -39,10 +43,6 @@
39#define DEBUG_END() 43#define DEBUG_END()
40#endif 44#endif
41 45
42#ifndef DATADIR
43#include "datadir.h"
44#endif
45
46void initGNUnetGTKCommon(struct GE_Context * ectx, 46void initGNUnetGTKCommon(struct GE_Context * ectx,
47 struct GC_Configuration * cfg, 47 struct GC_Configuration * cfg,
48 void * callback); 48 void * callback);