* cygcheck.cc: Include sys/time.h rather than time.h to avoid a compiler error.
This commit is contained in:
parent
5bf785a017
commit
468b26c591
@ -1,3 +1,8 @@
|
|||||||
|
2002-09-18 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* cygcheck.cc: Include sys/time.h rather than time.h to avoid a
|
||||||
|
compiler error.
|
||||||
|
|
||||||
2002-09-17 Christopher Faylor <cgf@redhat.com>
|
2002-09-17 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* cygcheck.cc: Reorder includes to avoid compiler error.
|
* cygcheck.cc: Reorder includes to avoid compiler error.
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <sys/time.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include "cygwin/include/sys/cygwin.h"
|
#include "cygwin/include/sys/cygwin.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user