summaryrefslogtreecommitdiff
path: root/src/operand2sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/operand2sig.c')
-rw-r--r--src/operand2sig.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/operand2sig.c b/src/operand2sig.c
index 5b26a75fb..d0500cdac 100644
--- a/src/operand2sig.c
+++ b/src/operand2sig.c
@@ -25,9 +25,7 @@
#include <stdio.h>
#include <sys/types.h>
-#if HAVE_SYS_WAIT_H
-# include <sys/wait.h>
-#endif
+#include <sys/wait.h>
#ifndef WIFSIGNALED
# define WIFSIGNALED(s) (((s) & 0xFFFF) - 1 < (unsigned int) 0xFF)
#endif