diff options
-rw-r--r-- | src/xf86HyperPen.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xf86HyperPen.c b/src/xf86HyperPen.c index 943912f..86e0827 100644 --- a/src/xf86HyperPen.c +++ b/src/xf86HyperPen.c @@ -37,6 +37,10 @@ */ /* $XFree86: xc/programs/Xserver/hw/xfree86/input/hyperpen/xf86HyperPen.c,v 1.9 2003/09/24 03:16:59 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <xf86Version.h> #if XF86_VERSION_CURRENT >= XF86_VERSION_NUMERIC(3,9,0,0,0) |