diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 21:07:25 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 21:07:25 +0000 |
commit | a475adb523a4d24cd53d436ba8c98ac7c8d37934 (patch) | |
tree | e1c54b5ea2e6182bc650bc7fa3ba03c332c6da9a | |
parent | f6bd2288d3630ff7cb864e54cc7ebab1b3069067 (diff) |
Add prototypes of Xalloc/free functions.XORG-6_99_99_900XORG-6_8_99_900
Export ImUtil.h to match modular tree install.
Define SVR4 to 1 to avoid warning about redefining to different values.
Include missing headers to clear more compiler warnings.
-rw-r--r-- | Xosdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ in this Software without prior written authorization from The Open Group. * This check allows non-Imake configured programs to build correctly. */ #if defined(__SVR4) && !defined(SVR4) -#define SVR4 +#define SVR4 1 #endif #ifdef SVR4 /* define this to whatever it needs to be */ |