* localtime.c: Revert exclusion of windows.h.

This commit is contained in:
Christopher Faylor 2001-05-05 01:07:03 +00:00
parent 1ca62f42d0
commit d7490eaa99
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* string.h: Fix last-minute typo.

View File

@ -6,7 +6,7 @@
/* CYGNUS LOCAL */
#include "winsup.h"
#include <string.h>
#include <windows.h>
#define lint
#define USG_COMPAT