Commit feec04ff authored by Youness Alaoui's avatar Youness Alaoui

Readding necessary socket includes

parent 3c40f049
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
#include <ws2tcpip.h> #include <ws2tcpip.h>
#else #else
#include <sys/socket.h> #include <sys/socket.h>
#include <arpa/inet.h>
#endif #endif
typedef struct stun_message_t StunMessage; typedef struct stun_message_t StunMessage;
......
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
#include <ws2tcpip.h> #include <ws2tcpip.h>
#else #else
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h>
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment