summaryrefslogtreecommitdiff
path: root/rpm.c
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-05-20 15:42:27 +0000
committerewt <devnull@localhost>1997-05-20 15:42:27 +0000
commitaeb65017bbce8e790680e7f816af16aac854066b (patch)
tree1f4461c91267b9519915abe074d2f07b87779d91 /rpm.c
parent34110c1694d871015d2c0e48c9da41b3ca226c6d (diff)
downloadrpm-aeb65017bbce8e790680e7f816af16aac854066b.tar.gz
rpm-aeb65017bbce8e790680e7f816af16aac854066b.tar.bz2
rpm-aeb65017bbce8e790680e7f816af16aac854066b.zip
Added more includes of <sys/time.h> and <sys/resource.h> for AIX
CVS patchset: 1646 CVS date: 1997/05/20 15:42:27
Diffstat (limited to 'rpm.c')
-rwxr-xr-xrpm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpm.c b/rpm.c
index 49bd65cca..5f7059e86 100755
--- a/rpm.c
+++ b/rpm.c
@@ -12,7 +12,9 @@
#include <string.h>
#include <sys/wait.h>
#include <unistd.h>
+#include <sys/resource.h>
#include <sys/stat.h>
+#include <sys/time.h>
#include <sys/types.h>
#include "build/build.h"