diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:58 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:58 +0000 |
commit | 74772a7dc49e34229497441fbbf2631bfb259b39 (patch) | |
tree | 3f2ebe3b057a58887b7878cfe5b03ebadf40c3f2 /src/nv_cursor.c | |
parent | 80ac36ec4fbbd9a4aae1bde01fe6ebc1088fa8cb (diff) |
Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
Diffstat (limited to 'src/nv_cursor.c')
-rw-r--r-- | src/nv_cursor.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nv_cursor.c b/src/nv_cursor.c index f22e3d7..453ca52 100644 --- a/src/nv_cursor.c +++ b/src/nv_cursor.c @@ -39,6 +39,10 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_cursor.c,v 1.13 2004/03/13 22:07:05 mvojkovi Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "nv_include.h" #include "cursorstr.h" |