summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-11 02:37:59 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-11 02:37:59 +0000
commit6a54ef97896a9a26ac5c8d45157841fdd0b2b642 (patch)
tree2882b7945048a536282409de0caaf5e34ffcdf98
parent8b686e6d25bcb9b21a742c566ecf14eb3da62d92 (diff)
Prep input drivers for modularizing by adding guarded #include "config.h"
-rw-r--r--src/xf86HyperPen.c4
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)