summaryrefslogtreecommitdiffstats
path: root/ganv/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/port.h')
-rw-r--r--ganv/port.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ganv/port.h b/ganv/port.h
index 03f4bb3..bfcd9da 100644
--- a/ganv/port.h
+++ b/ganv/port.h
@@ -17,8 +17,11 @@
#define GANV_PORT_H
#include "ganv/box.h"
+#include "ganv/types.h"
-struct _GanvModule;
+#include <glib-object.h>
+#include <glib.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
@@ -29,6 +32,8 @@ G_BEGIN_DECLS
#define GANV_IS_PORT_CLASS(klass) (GTK_CHECK_CLASS_TYPE((klass), GANV_TYPE_PORT))
#define GANV_PORT_GET_CLASS(obj) (GTK_CHECK_GET_CLASS((obj), GANV_TYPE_PORT, GanvPortClass))
+struct _GanvPortClass;
+
typedef struct _GanvPortClass GanvPortClass;
typedef struct _GanvPortPrivate GanvPortPrivate;