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 4096465..329b4ac 100644 (file)
 #include <stdio.h>
 #include <string.h>
 
-#if HAVE_SYS_WAIT_H
-# include <sys/wait.h>
-#endif
-
 #include "sig2str.h"
 
 #ifndef SIGRTMIN