diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:45 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:45 +0000 |
commit | d715561d28d82591adf5c7504068c1818eb2245c (patch) | |
tree | 46b25020e4174f252e153f8e7855fb8ef8b5a1f9 /src/atidri.c | |
parent | 5b37b695019b7a4522a96a63f1f6b035160e6a25 (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/atidri.c')
-rw-r--r-- | src/atidri.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/atidri.c b/src/atidri.c index 1cb97f0..09855eb 100644 --- a/src/atidri.c +++ b/src/atidri.c @@ -22,6 +22,9 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /* * Authors: * Gareth Hughes <gareth@valinux.com> |