summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkdockstation.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-12-16 21:26:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-12-16 21:26:35 (GMT)
commit2581d80875304c466e8930dbe67986ceb95752b2 (patch)
treed505d7642eae78e90d401bdebb2849b3ff970223 /src/gtkext/gtkdockstation.c
parentf89f72f53b42c704dcb5767e508747795f7115c6 (diff)
Fixed the compilation by processing the GLib marshals sooner.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@303 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/gtkdockstation.c')
-rw-r--r--src/gtkext/gtkdockstation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/gtkdockstation.c b/src/gtkext/gtkdockstation.c
index 2a0d188..68c8e1d 100644
--- a/src/gtkext/gtkdockstation.c
+++ b/src/gtkext/gtkdockstation.c
@@ -29,9 +29,9 @@
#include "easygtk.h"
-#include "iodamarshal.h"
#include "../params.h"
#include "../common/extstr.h"
+#include "../glibext/chrysamarshal.h"