From 6d29f6326c7d84e91fd8f098e5cf824e7a1b4b99 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/elo.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/elo.c b/src/elo.c index 120e401..dd91cc9 100644 --- a/src/elo.c +++ b/src/elo.c @@ -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 -- cgit v1.2.3