mirror of https://github.com/AlexeyAB/darknet.git
Compile fix
This commit is contained in:
parent
52e3bb252f
commit
7018be435f
|
@ -50,6 +50,7 @@ static int close_socket(SOCKET s) {
|
|||
}
|
||||
#else // _WIN32 - else: nix
|
||||
#include "darkunistd.h"
|
||||
#include <fcntl.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
|
Loading…
Reference in New Issue