diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 21:07:26 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 21:07:26 +0000 |
commit | 71fc4c55831ec988b0a902eaa4408d66c7fd1ea0 (patch) | |
tree | c46aa5747088562d0bb6ecd01ff16088dd63fed7 | |
parent | a0d7e5f72a1a6b4222ec05b368935d2d84c76e2c (diff) |
Add prototypes of Xalloc/free functions.XORG-6_8_99_901XORG-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-- | misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -104,6 +104,8 @@ strbw(char *a, char *b) #if defined(sun) && defined(SVR4) +#include <sys/wait.h> + int System(char *s) { |