diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:37:59 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:37:59 +0000 |
commit | f431f54c20f49bf7b97d4f2372c4e67539302fa8 (patch) | |
tree | 095dd8e739732223de677c9f49cb943b68cdfd58 | |
parent | cd258fd520d115a605affda749b4fd5f416c05e5 (diff) |
Prep input drivers for modularizing by adding guarded #include "config.h"XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
-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 |