diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 12:35:54 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 12:35:54 +0200 |
commit | 2c6120755c44dc68605e33f6f84aa9896af55d28 (patch) | |
tree | 5db2234d144d0b2de95677854bdb74020493492f /system.h | |
parent | 5085ae9923d5995e5f285dc54f45b38cf3d09698 (diff) | |
download | librpm-tizen-2c6120755c44dc68605e33f6f84aa9896af55d28.tar.gz librpm-tizen-2c6120755c44dc68605e33f6f84aa9896af55d28.tar.bz2 librpm-tizen-2c6120755c44dc68605e33f6f84aa9896af55d28.zip |
Unconditionally include <sys/wait.h> where needed
- no point conditionalizing what we cant live without
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |