diff options
author | ewt <devnull@localhost> | 1997-03-04 02:18:55 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-03-04 02:18:55 +0000 |
commit | 0f0e56f1656b34367ae2ea30afa8861828203670 (patch) | |
tree | 2703aeb91e925e87dbe5faa17e8de53a2ddbb2d5 /rpm.c | |
parent | 960d25e7d999d6f7fe61ea1c7d7bf7ab2399bba6 (diff) | |
download | librpm-tizen-0f0e56f1656b34367ae2ea30afa8861828203670.tar.gz librpm-tizen-0f0e56f1656b34367ae2ea30afa8861828203670.tar.bz2 librpm-tizen-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-x | rpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |