summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 21:07:26 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 21:07:26 +0000
commit71fc4c55831ec988b0a902eaa4408d66c7fd1ea0 (patch)
treec46aa5747088562d0bb6ecd01ff16088dd63fed7
parenta0d7e5f72a1a6b4222ec05b368935d2d84c76e2c (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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc.c b/misc.c
index 73649cf..544b50c 100644
--- a/misc.c
+++ b/misc.c
@@ -104,6 +104,8 @@ strbw(char *a, char *b)
#if defined(sun) && defined(SVR4)
+#include <sys/wait.h>
+
int
System(char *s)
{