Cygwin's mntent.h requires stdio.h to be included first.

This commit is contained in:
Dmitry Timoshkov 2004-05-24 19:07:12 +00:00 committed by Alexandre Julliard
parent d8a59cdfd5
commit 20f25c3468
1 changed files with 3 additions and 3 deletions

View File

@ -27,13 +27,13 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#ifdef HAVE_MNTENT_H
#include <mntent.h>
#endif
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#ifdef HAVE_MNTENT_H
#include <mntent.h>
#endif
#include <sys/stat.h>
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>