aboutsummaryrefslogtreecommitdiffstats
path: root/main.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 /main.c
parent[w3m-dev 02725] bcopy, bzero (diff)
downloadw3m-501827a1048aef1f43f3fc92213ae3a064e6ef34.tar.gz
w3m-501827a1048aef1f43f3fc92213ae3a064e6ef34.zip
[#496610] #include <sys/wait.h>
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index 34cafdd..14135c1 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.47 2001/12/25 13:43:51 ukai Exp $ */
+/* $Id: main.c,v 1.48 2001/12/25 16:49:42 ukai Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
@@ -6,7 +6,9 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
+#if defined(HAVE_WAITPID) || defined(HAVE_WAIT3)
#include <sys/wait.h>
+#endif
#include <time.h>
#include "terms.h"
#include "myctype.h"