summaryrefslogtreecommitdiff
path: root/os/xprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/xprintf.c')
-rw-r--r--os/xprintf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/xprintf.c b/os/xprintf.c
index 70051f26f..bd8b1f339 100644
--- a/os/xprintf.c
+++ b/os/xprintf.c
@@ -26,6 +26,10 @@
* holders shall not be used in advertising or otherwise to promote the sale,
* use or other dealings in this Software without prior written authorization.
*/
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#include <X11/Xos.h>
#include <X11/os.h>
#include <stdarg.h>