summaryrefslogtreecommitdiff
path: root/src/syswait.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syswait.h')
-rw-r--r--src/syswait.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syswait.h b/src/syswait.h
index f317227b7a..9b0a6899f8 100644
--- a/src/syswait.h
+++ b/src/syswait.h
@@ -90,7 +90,7 @@ Boston, MA 02111-1307, USA. */
#define WCOREDUMP(w) ((w&0200) != 0)
#endif
-#else
+#else
#ifdef BSD4_1
#include <wait.h>