From d715561d28d82591adf5c7504068c1818eb2245c Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 11 Jul 2005 02:29:45 +0000 Subject: Prep for modular builds by adding guarded #include "config.h" everywhere. --- src/aticursor.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/aticursor.c') diff --git a/src/aticursor.c b/src/aticursor.c index a4837e47..0dfc9ac6 100644 --- a/src/aticursor.c +++ b/src/aticursor.c @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/aticursor.c,v 1.4 2003/04/23 21:51:27 tsi Exp $ */ /* - * Copyright 2001 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 2001 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -21,6 +21,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "atiadapter.h" #include "aticursor.h" #include "atimach64cursor.h" -- cgit v1.2.3