[_WIN32] Fix previous rev.
This commit is contained in:
parent
1504d1f13b
commit
ab95ad96d2
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,6 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#ifndef _WIN32
|
||||
#include <pwd.h>
|
||||
#endif
|
||||
|
@ -53,6 +52,7 @@
|
|||
#include <time.h>
|
||||
#ifndef _WIN32
|
||||
#include <sys/socket.h>
|
||||
#include <sys/time.h>
|
||||
#include <netinet/in.h>
|
||||
#include <unistd.h>
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue