diff options
author | Kevin E Martin <kem@kem.org> | 2005-10-08 20:46:40 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-10-08 20:46:40 +0000 |
commit | 19f4715eb18c20d357f03ca6b245bec5e58833e5 (patch) | |
tree | 7b6ca674ae25a10cf914451e5e9f0aeccdae21e5 | |
parent | f4937241d85b026f0beca69eba8ce448143e3f0f (diff) |
Updates for modular buildXORG-6_8_99_901
-rw-r--r-- | imake.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |