summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-06-25 16:10:19 +0000
committerewt <devnull@localhost>1997-06-25 16:10:19 +0000
commitdfe564e55dba38bf561deb8c9623808320bf5d20 (patch)
tree3f0458424ac2c74615fc1f152b01085e5c9e2a39 /misc
parent08a988c7523450cb755701c3bf062da53d1b278d (diff)
downloadrpm-dfe564e55dba38bf561deb8c9623808320bf5d20.tar.gz
rpm-dfe564e55dba38bf561deb8c9623808320bf5d20.tar.bz2
rpm-dfe564e55dba38bf561deb8c9623808320bf5d20.zip
more osf getmntent_r() patches
CVS patchset: 1712 CVS date: 1997/06/25 16:10:19
Diffstat (limited to 'misc')
-rw-r--r--misc/miscfn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/miscfn.h b/misc/miscfn.h
index 80a519480..791ae50a0 100644
--- a/misc/miscfn.h
+++ b/misc/miscfn.h
@@ -65,6 +65,7 @@ extern void *myrealloc(void *, size_t);
#if HAVE_GETMNTINFO_R || HAVE_MNTCTL
# define GETMNTENT_ONE 0
# define GETMNTENT_TWO 0
+# include <sys/mount.h>
#elif HAVE_MNTENT_H || !(HAVE_GETMNTENT) || HAVE_STRUCT_MNTTAB
# if HAVE_MNTENT_H || HAVE_STRUCT_MNTTAB
# include <mntent.h>