diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:57 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:57 +0000 |
commit | ece4c4330591069ca55dc836e677dce2558d3ace (patch) | |
tree | c4e9a6f15e142aa6bd3bdf1530c1043335c30190 /src/nsc_gx2_accel.c | |
parent | ea81b9b00ade213b0297fa1ae8956bcea91286c2 (diff) |
Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
Diffstat (limited to 'src/nsc_gx2_accel.c')
-rw-r--r-- | src/nsc_gx2_accel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nsc_gx2_accel.c b/src/nsc_gx2_accel.c index a75303e..a0274dc 100644 --- a/src/nsc_gx2_accel.c +++ b/src/nsc_gx2_accel.c @@ -141,6 +141,10 @@ * * END_NSC_LIC_GPL */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + /* Xfree86 header files */ #include "vgaHW.h" #include "xf86.h" |