Commit 8182fb8c authored by Youness Alaoui's avatar Youness Alaoui

utils.h needs sys/types.h and sys/socket.h

parent ac8eee01
...@@ -37,9 +37,6 @@ ...@@ -37,9 +37,6 @@
# include <config.h> # include <config.h>
#endif #endif
#include <sys/types.h>
#include <sys/socket.h>
#include "stunmessage.h" #include "stunmessage.h"
#include <string.h> #include <string.h>
......
...@@ -43,6 +43,9 @@ ...@@ -43,6 +43,9 @@
#include "stunmessage.h" #include "stunmessage.h"
#include <sys/types.h>
#include <sys/socket.h>
# ifdef __cplusplus # ifdef __cplusplus
extern "C" { extern "C" {
# 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