Fix the build
authorMike Gorse <mgorse@novell.com>
Sun, 29 May 2011 13:37:17 +0000 (08:37 -0500)
committerMike Gorse <mgorse@novell.com>
Sun, 29 May 2011 13:37:17 +0000 (08:37 -0500)
Include atspi-gmain.h from dbind rather than atspi.h, since atspi.h includes
atspi-enum-types.h, which has not yet been built.

dbind/dbind.c

index 60b6fbf..167c3e8 100644 (file)
@@ -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;