diff options
author | ewt <devnull@localhost> | 1997-05-20 15:42:27 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-05-20 15:42:27 +0000 |
commit | aeb65017bbce8e790680e7f816af16aac854066b (patch) | |
tree | 1f4461c91267b9519915abe074d2f07b87779d91 /rpm.c | |
parent | 34110c1694d871015d2c0e48c9da41b3ca226c6d (diff) | |
download | rpm-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-x | rpm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |