diff options
author | ewt <devnull@localhost> | 1997-06-30 15:59:30 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-06-30 15:59:30 +0000 |
commit | ce86635a34fb8989910dcda2164366eb88365cb5 (patch) | |
tree | 4b98aec3204edc450958bc26c7cda412387ea571 /misc | |
parent | cd457cbd869152f8809d12f7e3a66648391c4a62 (diff) | |
download | librpm-tizen-ce86635a34fb8989910dcda2164366eb88365cb5.tar.gz librpm-tizen-ce86635a34fb8989910dcda2164366eb88365cb5.tar.bz2 librpm-tizen-ce86635a34fb8989910dcda2164366eb88365cb5.zip |
Added include for SunOS
CVS patchset: 1722
CVS date: 1997/06/30 15:59:30
Diffstat (limited to 'misc')
-rw-r--r-- | misc/miscfn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/miscfn.h b/misc/miscfn.h index 6a756e6c4..e3dbb9aa6 100644 --- a/misc/miscfn.h +++ b/misc/miscfn.h @@ -68,6 +68,7 @@ extern void *myrealloc(void *, size_t); # include <sys/mount.h> #elif HAVE_MNTENT_H || !(HAVE_GETMNTENT) || HAVE_STRUCT_MNTTAB # if HAVE_MNTENT_H +# include <stdio.h> # include <mntent.h> # define our_mntent struct mntent # define our_mntdir mnt_dir |