* cygcheck.cc: Use specific cygwin includes, as required.

This commit is contained in:
Christopher Faylor 2002-01-29 02:28:44 +00:00
parent de6f83626a
commit 4239e5ecf4
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2002-01-28 Christopher Faylor <cgf@redhat.com>
* cygcheck.cc: Use specific cygwin includes, as required.
2002-01-28 Christopher Faylor <cgf@redhat.com>
* Makefile.in (MINGW_INCLUDES): Change cygwin include.

View File

@ -14,11 +14,11 @@ typedef unsigned short gid_t;
#include <stdlib.h>
#include <string.h>
#include <windows.h>
#include <sys/cygwin.h>
#include <mntent.h>
#include <time.h>
#include <getopt.h>
#include <ctype.h>
#include "cygwin/include/sys/cygwin.h>
#include "cygwin/include/mntent.h"
#include "cygwin/include/time.h"
#include "cygwin/include/getopt.h"
#include "cygwin/include/ctype.h"
int verbose = 0;
int registry = 0;