summaryrefslogtreecommitdiff
path: root/atspi/atspi-private.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2013-09-02 12:32:15 -0500
committerMike Gorse <mgorse@suse.com>2013-09-02 12:32:15 -0500
commit7dff5c6cf748f884cb02d5c774479e15af25ddb0 (patch)
treeed999d6d5473c43a3d4a45e1cc0413bf02d3461c /atspi/atspi-private.h
parent160b36ee8cfaf4891365741a110ecd62393056dc (diff)
downloadat-spi2-core-7dff5c6cf748f884cb02d5c774479e15af25ddb0.tar.gz
Include config.h in private header
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
Diffstat (limited to 'atspi/atspi-private.h')
-rw-r--r--atspi/atspi-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/atspi/atspi-private.h b/atspi/atspi-private.h
index c68e4be9..b3f5682d 100644
--- a/atspi/atspi-private.h
+++ b/atspi/atspi-private.h
@@ -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"