diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:59 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:59 +0000 |
commit | c1c5f421dbce58f58b430497a89c73100e17beb8 (patch) | |
tree | 30e12e6d64d30d96c1e7653a8e3c61a9eaf058d1 /src/savage_video.c | |
parent | c332dffd52d787025614173ddfedfca62f1ccd63 (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/savage_video.c')
-rw-r--r-- | src/savage_video.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/savage_video.c b/src/savage_video.c index d62d3c4..bea3d89 100644 --- a/src/savage_video.c +++ b/src/savage_video.c @@ -1,5 +1,9 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/savage/savage_video.c,v 1.17tsi Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <X11/extensions/Xv.h> #include "dix.h" #include "dixstruct.h" |