moved include of time.h and errno.h here
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user