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 | 891ee2c118748fc351c3e597abd2d8490e00130e (patch) | |
tree | 853d2d6406887fbbb749795ab5e0fd06e9314302 /src | |
parent | 8a059473c58d974f6fdcf19d15988b08ebfe59f5 (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/xf86Dyna.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xf86Dyna.c b/src/xf86Dyna.c index 51307e6..ab42cc3 100644 --- a/src/xf86Dyna.c +++ b/src/xf86Dyna.c @@ -29,6 +29,10 @@ */ /* $XFree86: xc/programs/Xserver/hw/xfree86/input/dynapro/xf86Dyna.c,v 1.3 2000/08/11 19:10:43 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define _DYNAPRO_C_ #include <misc.h> |