summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2016-11-17 10:57:51 +0000
committerMike Gorse <mgorse@suse.com>2016-11-18 18:53:36 -0600
commit1a09fbfebd6cf3361b29cf1386a402560c7c7b3b (patch)
tree7ac7526b3fa1c8189753f4cbba3656bd3354a4cb
parent27e7b242d65a78d40d68f20ac375929914c3b7a8 (diff)
downloadat-spi2-core-1a09fbfebd6cf3361b29cf1386a402560c7c7b3b.tar.gz
registryd: Include config.h before checking HAVE_X11
https://bugzilla.gnome.org/show_bug.cgi?id=773710
-rw-r--r--registryd/event-source.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/registryd/event-source.h b/registryd/event-source.h
index a8bbefe4..7f2b5f0e 100644
--- a/registryd/event-source.h
+++ b/registryd/event-source.h
@@ -23,6 +23,8 @@
#ifndef SPI_EVENT_SOURCE_H_
#define SPI_EVENT_SOURCE_H_
+#include <config.h>
+
#ifdef HAVE_X11
#include <X11/Xlib.h>