Added include for SunOS
authorewt <devnull@localhost>
Mon, 30 Jun 1997 15:59:30 +0000 (15:59 +0000)
committerewt <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

index 6a756e6..e3dbb9a 100644 (file)
@@ -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