Re: Missing include in mntent.h

2006-06-13 Thread Corinna Vinschen
On Jun 12 19:58, Eugene Kotlyarov wrote: > Hello > > I think #include is needed in mntent.h for definition of FILE. > Here is patch for it. http://cygwin.com/ml/cygwin-patches/2006-q1/msg00057.html Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin P

Missing include in mntent.h

2006-06-12 Thread Eugene Kotlyarov
Hello I think #include is needed in mntent.h for definition of FILE. Here is patch for it. --- mntent.h.old2006-06-12 19:39:27.0 +0400 +++ mntent.h2006-06-12 19:56:23.015625000 +0400 @@ -26,6 +26,7 @@ }; #ifndef _NOMNTENT_FUNCS +#include /* needed for FILE */ FILE *s