Do not include <sys/wait.h>; no longer needed.
authorJim Meyering <jim@meyering.net>
Mon, 29 Apr 2002 07:00:23 +0000 (07:00 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 29 Apr 2002 07:00:23 +0000 (07:00 +0000)
lib/sig2str.c

index 4096465dd75d5916ea24458326be2046d75a9ef3..329b4ac49f3f34641f878eb67045a174da382b5a 100644 (file)
 #include <stdio.h>
 #include <string.h>
 
-#if HAVE_SYS_WAIT_H
-# include <sys/wait.h>
-#endif
-
 #include "sig2str.h"
 
 #ifndef SIGRTMIN