diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:39:28 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:39:28 +0000 |
commit | fa5539247d3b246db9ff1469d08167178c85d7ad (patch) | |
tree | 2460ac656b009b488c7fcba88b8612440b3f0164 /include | |
parent | 292c4cff26687e6ef86c285b97813ab587daf009 (diff) |
Change Xalloca.h to X11/Xalloca.h for include.
Diffstat (limited to 'include')
-rw-r--r-- | include/os.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/os.h b/include/os.h index 947c6a0c3..7823b795d 100644 --- a/include/os.h +++ b/include/os.h @@ -54,7 +54,7 @@ SOFTWARE. #include "misc.h" #define ALLOCATE_LOCAL_FALLBACK(_size) Xalloc((unsigned long)(_size)) #define DEALLOCATE_LOCAL_FALLBACK(_ptr) Xfree((pointer)(_ptr)) -#include "Xalloca.h" +#include <X11/Xalloca.h> #ifndef IN_MODULE #include <stdarg.h> #else |