summaryrefslogtreecommitdiff
path: root/Xext/shm.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xext/shm.c')
-rw-r--r--Xext/shm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Xext/shm.c b/Xext/shm.c
index de791c8bd..751d51fbe 100644
--- a/Xext/shm.c
+++ b/Xext/shm.c
@@ -31,6 +31,10 @@ in this Software without prior written authorization from The Open Group.
#define SHM
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#include <sys/types.h>
#ifndef Lynx
#include <sys/ipc.h>