added include of <sys/types.h>
authorewt <devnull@localhost>
Tue, 4 Mar 1997 02:18:55 +0000 (02:18 +0000)
committerewt <devnull@localhost>
Tue, 4 Mar 1997 02:18:55 +0000 (02:18 +0000)
CVS patchset: 1469
CVS date: 1997/03/04 02:18:55

rpm.c

diff --git a/rpm.c b/rpm.c
index 4967bb8..342fe90 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -7,6 +7,7 @@
 #include <sys/wait.h>
 #include <unistd.h>
 #include <sys/stat.h>
+#include <sys/types.h>
 
 #include "build/build.h"
 #include "checksig.h"