summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/localtime.c
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-05-05 01:07:03 +0000
committerChristopher Faylor <me@cgf.cx>2001-05-05 01:07:03 +0000
commitd7490eaa99935a1f16e90b657134d7e814ce26b6 (patch)
tree4f1be537ab8ab6463b9376f8f85d2aba44013b2b /winsup/cygwin/localtime.c
parent1ca62f42d07d5b36b8cadbdcd8f34f9d94874cd3 (diff)
downloadcygnal-d7490eaa99935a1f16e90b657134d7e814ce26b6.tar.gz
cygnal-d7490eaa99935a1f16e90b657134d7e814ce26b6.tar.bz2
cygnal-d7490eaa99935a1f16e90b657134d7e814ce26b6.zip
* localtime.c: Revert exclusion of windows.h.
Diffstat (limited to 'winsup/cygwin/localtime.c')
-rw-r--r--winsup/cygwin/localtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/localtime.c b/winsup/cygwin/localtime.c
index be2b13635..b69f4e50d 100644
--- a/winsup/cygwin/localtime.c
+++ b/winsup/cygwin/localtime.c
@@ -6,7 +6,7 @@
/* CYGNUS LOCAL */
#include "winsup.h"
-#include <string.h>
+#include <windows.h>
#define lint
#define USG_COMPAT