aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rpm4/files/patch-system.h
blob: 53fbda2846e3315a62a103af5d1de6d8edc12b80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- system.h.orig   2011-06-10 15:27:05.000000000 +0200
+++ system.h    2011-06-10 15:27:09.000000000 +0200
@@ -39,6 +39,8 @@ char * stpncpy(char * dest, const char *
 #define    getenv(_s)  __secure_getenv(_s)
 #endif
 
+#include <sys/wait.h>
+
 #ifdef HAVE_FCNTL_H
 #include <fcntl.h>
 #else