From fa5539247d3b246db9ff1469d08167178c85d7ad Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 20 Apr 2005 12:39:28 +0000 Subject: Change Xalloca.h to X11/Xalloca.h for include. --- include/os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/os.h') 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 #ifndef IN_MODULE #include #else -- cgit v1.2.3