summaryrefslogtreecommitdiff
path: root/dbind
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-05-29 08:37:17 -0500
committerMike Gorse <mgorse@novell.com>2011-05-29 08:37:17 -0500
commit01127dee25b39b8d9bdb776acbb0ba8160bc1c18 (patch)
tree153ccf97b6b3c6c8b6fa1fd263c0306b91c1e328 /dbind
parent27ff0e2808ee35e855997d844d4b6b85aedd3f4b (diff)
downloadat-spi2-core-01127dee25b39b8d9bdb776acbb0ba8160bc1c18.tar.gz
Fix the build
Include atspi-gmain.h from dbind rather than atspi.h, since atspi.h includes atspi-enum-types.h, which has not yet been built.
Diffstat (limited to 'dbind')
-rw-r--r--dbind/dbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbind/dbind.c b/dbind/dbind.c
index 60b6fbfa..167c3e87 100644
--- a/dbind/dbind.c
+++ b/dbind/dbind.c
@@ -25,7 +25,7 @@
#include "config.h"
#include "dbind/dbind.h"
-#include "atspi/atspi.h"
+#include "atspi/atspi-gmain.h"
static int dbind_timeout = -1;