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 /build | |
parent | 34110c1694d871015d2c0e48c9da41b3ca226c6d (diff) | |
download | librpm-tizen-aeb65017bbce8e790680e7f816af16aac854066b.tar.gz librpm-tizen-aeb65017bbce8e790680e7f816af16aac854066b.tar.bz2 librpm-tizen-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 'build')
-rw-r--r-- | build/build.c | 1 | ||||
-rw-r--r-- | build/pack.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/build/build.c b/build/build.c index f606d8893..ede34768b 100644 --- a/build/build.c +++ b/build/build.c @@ -7,6 +7,7 @@ #include <stdio.h> #include <sys/resource.h> #include <sys/stat.h> +#include <sys/time.h> #include <sys/wait.h> #include <unistd.h> #include <fcntl.h> diff --git a/build/pack.c b/build/pack.c index d43d17c6c..180a37c5d 100644 --- a/build/pack.c +++ b/build/pack.c @@ -5,6 +5,7 @@ #include <stdio.h> #include <sys/resource.h> #include <sys/stat.h> +#include <sys/time.h> #include <sys/types.h> #include <sys/wait.h> #include <signal.h> @@ -15,6 +16,7 @@ #include <sys/time.h> /* For 'select()' interfaces */ #include "pack.h" +#include "miscfn.h" #include "header.h" #include "spec.h" #include "specP.h" |