summaryrefslogtreecommitdiff
path: root/rpm.c
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-03-04 02:18:55 +0000
committerewt <devnull@localhost>1997-03-04 02:18:55 +0000
commit0f0e56f1656b34367ae2ea30afa8861828203670 (patch)
tree2703aeb91e925e87dbe5faa17e8de53a2ddbb2d5 /rpm.c
parent960d25e7d999d6f7fe61ea1c7d7bf7ab2399bba6 (diff)
downloadrpm-0f0e56f1656b34367ae2ea30afa8861828203670.tar.gz
rpm-0f0e56f1656b34367ae2ea30afa8861828203670.tar.bz2
rpm-0f0e56f1656b34367ae2ea30afa8861828203670.zip
added include of <sys/types.h>
CVS patchset: 1469 CVS date: 1997/03/04 02:18:55
Diffstat (limited to 'rpm.c')
-rwxr-xr-xrpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpm.c b/rpm.c
index 4967bb85a..342fe9064 100755
--- 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"