moved include of time.h and errno.h here

This commit is contained in:
Jeff Hill
1997-01-22 21:34:10 +00:00
parent 0ca6bf3ecc
commit ce87cee840
2 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ extern "C" {
#endif
#pragma warning (disable:4237)
#include <time.h>
#include <errno.h>
#include <winsock.h>
void ipAddrToA (const struct sockaddr_in *pInetAddr,

View File

@@ -6,6 +6,8 @@ extern "C" {
#endif
#pragma warning (disable:4237)
#include <time.h>
#include <errno.h>
#include <winsock.h>
void ipAddrToA (const struct sockaddr_in *pInetAddr,