aboutsummaryrefslogtreecommitdiffstats
path: root/etc.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-12-25 16:49:42 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-12-25 16:49:42 +0000
commit501827a1048aef1f43f3fc92213ae3a064e6ef34 (patch)
tree6614437a8112f664d2ea075eb1d9ab273d0186fe /etc.c
parent[w3m-dev 02725] bcopy, bzero (diff)
downloadw3m-501827a1048aef1f43f3fc92213ae3a064e6ef34.tar.gz
w3m-501827a1048aef1f43f3fc92213ae3a064e6ef34.zip
[#496610] #include <sys/wait.h>
Diffstat (limited to 'etc.c')
-rw-r--r--etc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc.c b/etc.c
index 1af394e..9d48e09 100644
--- a/etc.c
+++ b/etc.c
@@ -1,4 +1,4 @@
-/* $Id: etc.c,v 1.13 2001/12/25 16:11:07 ukai Exp $ */
+/* $Id: etc.c,v 1.14 2001/12/25 16:49:42 ukai Exp $ */
#include "fm.h"
#include <pwd.h>
#include "myctype.h"
@@ -14,7 +14,9 @@
#include <sys/types.h>
#include <time.h>
+#if defined(HAVE_WAITPID) || defined(HAVE_WAIT3)
#include <sys/wait.h>
+#endif
#include <signal.h>
#ifdef __WATT32__