summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-10-08 20:46:40 +0000
committerKevin E Martin <kem@kem.org>2005-10-08 20:46:40 +0000
commit19f4715eb18c20d357f03ca6b245bec5e58833e5 (patch)
tree7b6ca674ae25a10cf914451e5e9f0aeccdae21e5
parentf4937241d85b026f0beca69eba8ce448143e3f0f (diff)
Updates for modular buildXORG-6_8_99_901
-rw-r--r--imake.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/imake.c b/imake.c
index 5b7ff3e..258a0af 100644
--- a/imake.c
+++ b/imake.c
@@ -153,7 +153,11 @@ in this Software without prior written authorization from The Open Group.
#endif
#include <stdlib.h>
#include <stdio.h>
-#include "Xosdefs.h"
+#ifdef MONOLITH
+# include "Xosdefs.h"
+#else
+# include <X11/Xosdefs.h>
+#endif
#include <string.h>
#include <ctype.h>
#ifdef WIN32