Completely remove the use of TIME_WITH_SYS_TIME (I removed the autoconf
[mmh] / sbr / pidstatus.c
index f16f7e0..b7aad79 100644 (file)
@@ -7,6 +7,7 @@
  * complete copyright information.
  */
 
+#include <sys/wait.h>
 #include <h/mh.h>
 
 /*
  */
 #include <sigmsg.h>
 
-#ifdef HAVE_SYS_WAIT_H
-# include <sys/wait.h>
-#endif
-
 #ifndef WTERMSIG
 # define WTERMSIG(s) ((int)((s) & 0x7F))
 #endif