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 | 6d29f6326c7d84e91fd8f098e5cf824e7a1b4b99 (patch) | |
tree | 0db12d7c6ed4ca7b24d13bff1ec2499df12f1d89 /src | |
parent | dbfc977f2bce5b7443fbac37c60e93901e8d2b15 (diff) |
Prep input drivers for modularizing by adding guarded #include "config.h"XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
Diffstat (limited to 'src')
-rw-r--r-- | src/elo.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,6 +50,10 @@ */ /* $XFree86: xc/programs/Xserver/hw/xfree86/input/elo2300/elo.c,v 1.10 2000/08/11 19:10:44 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define _elo_C_ /***************************************************************************** * Standard Headers |