]> diplodocus.org Git - nmh/blobdiff - sbr/pidstatus.c
Wrapped #include of config.h with #ifdef HAVE_CONFIG_H, just in case someone ever...
[nmh] / sbr / pidstatus.c
index f16f7e0b77208f6b94b22ecbaabcbbd590030ee8..b7aad79851962e6cf76303aef16948fbb138254d 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