projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd457cb
)
Added include for SunOS
author
ewt
<devnull@localhost>
Mon, 30 Jun 1997 15:59:30 +0000
(15:59 +0000)
committer
ewt
<devnull@localhost>
Mon, 30 Jun 1997 15:59:30 +0000
(15:59 +0000)
CVS patchset: 1722
CVS date: 1997/06/30 15:59:30
misc/miscfn.h
patch
|
blob
|
history
diff --git
a/misc/miscfn.h
b/misc/miscfn.h
index
6a756e6
..
e3dbb9a
100644
(file)
--- 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