diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:51 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:51 +0000 |
commit | 6030e8206db010f65199cbf5d332d2b47cdb3580 (patch) | |
tree | 7c0fb184152c473ca9a18e8cb0f26cc8a1862d22 /src/mga_dh.c | |
parent | b52ca7871cb6cf7a01210ec21cd9c20e5453f4fd (diff) |
Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15
Diffstat (limited to 'src/mga_dh.c')
-rw-r--r-- | src/mga_dh.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mga_dh.c b/src/mga_dh.c index 63ddf80..e5c0114 100644 --- a/src/mga_dh.c +++ b/src/mga_dh.c @@ -5,6 +5,9 @@ * Author : Luugi Marsan **********************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /* All drivers should typically include these */ #include "xf86.h" |