diff options
author | ewt <devnull@localhost> | 1997-05-20 17:43:34 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-05-20 17:43:34 +0000 |
commit | c81e8aefaa94f14a5573a6ddb4135c0c304e7653 (patch) | |
tree | ca28c4bc285035e31ceb04a0711af55a7374dd5e /lib/verify.c | |
parent | 3d2d9920a3caa5cd01e1886f9efcdf55d9250d31 (diff) | |
download | librpm-tizen-c81e8aefaa94f14a5573a6ddb4135c0c304e7653.tar.gz librpm-tizen-c81e8aefaa94f14a5573a6ddb4135c0c304e7653.tar.bz2 librpm-tizen-c81e8aefaa94f14a5573a6ddb4135c0c304e7653.zip |
Must include <sys/tiome.h> before <sys/resource.h> for SunOS
CVS patchset: 1653
CVS date: 1997/05/20 17:43:34
Diffstat (limited to 'lib/verify.c')
-rw-r--r-- | lib/verify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/verify.c b/lib/verify.c index f1da933e7..4ba0d3945 100644 --- a/lib/verify.c +++ b/lib/verify.c @@ -9,9 +9,9 @@ #include <fcntl.h> #include <stdlib.h> #include <string.h> +#include <sys/time.h> #include <sys/resource.h> #include <sys/stat.h> -#include <sys/time.h> #include <sys/wait.h> #include <unistd.h> |