[at-spi2-core] Fix the build



commit 01127dee25b39b8d9bdb776acbb0ba8160bc1c18
Author: Mike Gorse <mgorse novell com>
Date:   Sun May 29 08:37:17 2011 -0500

    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.

 dbind/dbind.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/dbind/dbind.c b/dbind/dbind.c
index 60b6fbf..167c3e8 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;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]