Index: winsup/cygwin/include/mntent.h =================================================================== RCS file: /cvs/src/src/winsup/cygwin/include/mntent.h,v retrieving revision 1.3 diff -u -p -r1.3 mntent.h --- winsup/cygwin/include/mntent.h 5 Mar 2001 21:29:20 -0000 1.3 +++ winsup/cygwin/include/mntent.h 3 Feb 2006 18:12:20 -0000 @@ -26,6 +26,8 @@ struct mntent }; #ifndef _NOMNTENT_FUNCS +#include /* For FILE type. */ + FILE *setmntent (const char *__filep, const char *__type); struct mntent *getmntent (FILE *__filep); int addmntent (FILE *__filep, const struct mntent *__mnt);