Include config.h in private header
authorMike Gorse <mgorse@suse.com>
Mon, 2 Sep 2013 17:32:15 +0000 (12:32 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 2 Sep 2013 17:32:15 +0000 (12:32 -0500)
atspi-misc.c was not including config.h anywhere, resulting in HAVE_X11
not being defined, so X would not be queried when fetching the
accessibility bus address.

https://bugzilla.gnome.org/show_bug.cgi?id=707084

atspi/atspi-private.h

index c68e4be..b3f5682 100644 (file)
@@ -25,6 +25,7 @@
 #ifndef _ATSPI_PRIVATE_H_
 #define _ATSPI_PRIVATE_H_
 
+#include <config.h>
 #include "atspi-device-listener-private.h"
 #include "atspi-event-listener-private.h"
 #include "atspi-matchrule-private.h"