From 0bb669638f032e61471007b2fa88285aa5d63903 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sun, 3 Jul 2005 08:53:54 +0000 Subject: Change and to "misc.h" and "os.h". --- 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 3cd0c4b65..7823b795d 100644 --- a/include/os.h +++ b/include/os.h @@ -51,7 +51,7 @@ SOFTWARE. #ifndef OS_H #define OS_H -#include +#include "misc.h" #define ALLOCATE_LOCAL_FALLBACK(_size) Xalloc((unsigned long)(_size)) #define DEALLOCATE_LOCAL_FALLBACK(_ptr) Xfree((pointer)(_ptr)) #include -- cgit v1.2.3