diff options
Diffstat (limited to 'src/evdev.h')
-rw-r--r-- | src/evdev.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/evdev.h b/src/evdev.h index 7d49919..acd4289 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -28,6 +28,10 @@ * Oliver McFadden (oliver.mcfadden@nokia.com) */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifndef EVDEV_H #define EVDEV_H |