From 6a54ef97896a9a26ac5c8d45157841fdd0b2b642 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 11 Jul 2005 02:37:59 +0000 Subject: Prep input drivers for modularizing by adding guarded #include "config.h" --- src/xf86HyperPen.c | 4 ++++ 1 file changed, 4 insertions(+) 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 #if XF86_VERSION_CURRENT >= XF86_VERSION_NUMERIC(3,9,0,0,0) -- cgit v1.2.3