diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2006-09-08 15:23:06 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2006-09-08 15:23:06 -0400 |
commit | 0fba09cdfcc78161f5c92bef6cca53e5309656bd (patch) | |
tree | 86caef7c8afd385f198f46db1f8a085e6a197976 /Xext/xace.c | |
parent | c93877100eb98647c5b6b8556730d54677f730b6 (diff) |
Include dix-config.h.
Diffstat (limited to 'Xext/xace.c')
-rw-r--r-- | Xext/xace.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Xext/xace.c b/Xext/xace.c index 44aaa421d..14a5e7963 100644 --- a/Xext/xace.c +++ b/Xext/xace.c @@ -17,6 +17,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ********************************************************/ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <stdarg.h> #include "windowstr.h" #include "scrnintstr.h" |