diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-16 03:49:59 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-16 03:49:59 +0000 |
commit | 5f81eb1d89f623dd9281e686a4d4d4f403e459c6 (patch) | |
tree | 48af6c32b1288fb1186b0c6bb51b3d8a2577275e /mi | |
parent | 0635acab08bade9bfd9d2abd3ea5a3fe525bc647 (diff) |
Fix the *-config.h includes so that it is possible to build modules without
having to use -include in the Makefile.
Diffstat (limited to 'mi')
-rw-r--r-- | mi/miinitext.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mi/miinitext.c b/mi/miinitext.c index acc074378..d2c68e18a 100644 --- a/mi/miinitext.c +++ b/mi/miinitext.c @@ -52,6 +52,10 @@ SOFTWARE. #include <dix-config.h> #endif +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + #ifdef HAVE_DMX_CONFIG_H #include <dmx-config.h> #endif |