summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/void.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/void.c b/src/void.c
index 42b53b8..324594d 100644
--- a/src/void.c
+++ b/src/void.c
@@ -26,6 +26,11 @@
/* Input device which doesn't output any event. This device can be used
* as a core pointer or as a core keyboard.
*/
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#ifndef XFree86LOADER
#include <unistd.h>
#include <errno.h>