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 | 99c2e9865374605697c2a85099bbc56bf7853969 (patch) | |
tree | 52773a3796dc0fb21872a39c37a10042fce16002 | |
parent | 5bf9409bc3c7e11d86bcd5b25760435e199b85c5 (diff) |
Add prototypes of Xalloc/free functions.XORG-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-- | src/menus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/menus.c b/src/menus.c index 20c9b86..0b4b707 100644 --- a/src/menus.c +++ b/src/menus.c @@ -2322,6 +2322,7 @@ NeedToDefer(MenuRoot *root) #if defined(sun) && defined(SVR4) +#include <sys/wait.h> /** * execute the string by /bin/sh |