summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 12:35:54 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 12:35:54 +0200
commit2c6120755c44dc68605e33f6f84aa9896af55d28 (patch)
tree5db2234d144d0b2de95677854bdb74020493492f /system.h
parent5085ae9923d5995e5f285dc54f45b38cf3d09698 (diff)
downloadrpm-2c6120755c44dc68605e33f6f84aa9896af55d28.tar.gz
Unconditionally include <sys/wait.h> where needed
- no point conditionalizing what we cant live without
Diffstat (limited to 'system.h')
-rw-r--r--system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/system.h b/system.h
index 8e9d744fe..67dbaea52 100644
--- a/system.h
+++ b/system.h
@@ -97,10 +97,6 @@ char *getenv (const char *name);
#include <ctype.h>
-#if HAVE_SYS_WAIT_H
-#include <sys/wait.h>
-#endif
-
#if HAVE_LIMITS_H
#include <limits.h>
#endif