From 4ff4c13342fb496ac5ca51bc0814fd27d2df1961 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 11 Jul 2005 02:38:00 +0000 Subject: Prep input drivers for modularizing by adding guarded #include "config.h" --- src/magellan.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/magellan.c b/src/magellan.c index c72bb18..3103992 100644 --- a/src/magellan.c +++ b/src/magellan.c @@ -34,6 +34,10 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/input/magellan/magellan.c,v 1.10 2001/11/26 16:25:53 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define _MAGELLAN_C_ /***************************************************************************** * Standard Headers -- cgit v1.2.3