Merge branch 'master' of https://github.com/hanzz/libtransport
This commit is contained in:
commit
e26bc40ff6
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
|
||||
#ifndef WIN32
|
||||
#include <arpa/inet.h>
|
||||
#define uint32_t u_long
|
||||
#else
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#include "windows.h"
|
||||
#define uint32_t u_long
|
||||
#else
|
||||
#include "sys/wait.h"
|
||||
#include "sys/signal.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue