* localtime.c: Revert exclusion of windows.h.
This commit is contained in:
parent
1ca62f42d0
commit
d7490eaa99
|
@ -1,3 +1,7 @@
|
||||||
|
Fri May 4 21:05:20 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* localtime.c: Revert exclusion of windows.h.
|
||||||
|
|
||||||
Fri May 4 17:03:16 2001 Christopher Faylor <cgf@cygnus.com>
|
Fri May 4 17:03:16 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* string.h: Fix last-minute typo.
|
* string.h: Fix last-minute typo.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
/* CYGNUS LOCAL */
|
/* CYGNUS LOCAL */
|
||||||
#include "winsup.h"
|
#include "winsup.h"
|
||||||
#include <string.h>
|
#include <windows.h>
|
||||||
#define lint
|
#define lint
|
||||||
|
|
||||||
#define USG_COMPAT
|
#define USG_COMPAT
|
||||||
|
|
Loading…
Reference in New Issue