diff options
Diffstat (limited to 'src/void.c')
-rw-r--r-- | src/void.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |