diff options
author | ewt <devnull@localhost> | 1996-12-12 03:35:01 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1996-12-12 03:35:01 +0000 |
commit | dec77c92e85e56f81a083a1ed02a3f39aab6bb4b (patch) | |
tree | 3f96101de90531170c0fb27b1ad343c4ad4c219c /lib/rpmlead.c | |
parent | 82b53b60a1767a3f8395748c0d1a2ba0062b0b25 (diff) | |
download | rpm-dec77c92e85e56f81a083a1ed02a3f39aab6bb4b.tar.gz rpm-dec77c92e85e56f81a083a1ed02a3f39aab6bb4b.tar.bz2 rpm-dec77c92e85e56f81a083a1ed02a3f39aab6bb4b.zip |
use _exit instead of exit in forks
CVS patchset: 1233
CVS date: 1996/12/12 03:35:01
Diffstat (limited to 'lib/rpmlead.c')
-rw-r--r-- | lib/rpmlead.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmlead.c b/lib/rpmlead.c index 4e4bcc8e1..45b8ccf84 100644 --- a/lib/rpmlead.c +++ b/lib/rpmlead.c @@ -8,6 +8,7 @@ #include <unistd.h> #include <string.h> #include <errno.h> +#include <sys/types.h> #include "rpmlib.h" #include "rpmlead.h" |