diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xf86Elo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xf86Elo.c b/src/xf86Elo.c index 4eddf16..f0c5618 100644 --- a/src/xf86Elo.c +++ b/src/xf86Elo.c @@ -46,6 +46,10 @@ ******************************************************************************* */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "xf86Version.h" #if XF86_VERSION_CURRENT >= XF86_VERSION_NUMERIC(3,9,0,0,0) #define XFREE86_V4 |