From f431f54c20f49bf7b97d4f2372c4e67539302fa8 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 11 Jul 2005 02:37:59 +0000 Subject: Prep input drivers for modularizing by adding guarded #include "config.h" --- src/xf86Elo.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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 -- cgit v1.2.3