summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/ustime.c
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-03 02:13:39 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-03 02:13:39 +0000
commite61bc5292e6690d3e2e188016274758264351286 (patch)
tree2448c8027c58c31162c4018ffea7a30c7260e2cd /src/lib/krb5/os/ustime.c
parent601302fdda5c581d96b5979171c6350ff01b6ca4 (diff)
downloadkrb5-e61bc5292e6690d3e2e188016274758264351286.tar.gz
krb5-e61bc5292e6690d3e2e188016274758264351286.tar.xz
krb5-e61bc5292e6690d3e2e188016274758264351286.zip
Used the NEED_SOCKETS mechanism to pull in winsock.h on the PC
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5067 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/os/ustime.c')
-rw-r--r--src/lib/krb5/os/ustime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/os/ustime.c b/src/lib/krb5/os/ustime.c
index edc59b9a8e..f0bc9c7b3a 100644
--- a/src/lib/krb5/os/ustime.c
+++ b/src/lib/krb5/os/ustime.c
@@ -66,6 +66,7 @@ krb5_us_timeofday(context, seconds, microseconds)
#include <time.h>
#include <sys/timeb.h>
#include <dos.h>
+#include <string.h>
/*
* Time handling. Translate Unix time calls into Kerberos internal
@@ -113,7 +114,6 @@ win_gettime () {
struct _timeb now;
time_t time;
long convert; /* MSC 7.00 bug work around */
- void memset();
_ftime(&now); /* Daylight savings time */