summaryrefslogtreecommitdiff
path: root/stun/stunagent.c
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-09-17 20:32:35 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-09-17 20:32:35 -0400
commit8182fb8c4184bd4ecff7dcbdce9211824b5a63a1 (patch)
tree752e9f8f45740db6f9da8c78db328c6fdb05a51d /stun/stunagent.c
parentac8eee0111c35cf6bc1642726e060651d16c6842 (diff)
downloadlibnice-8182fb8c4184bd4ecff7dcbdce9211824b5a63a1.tar.gz
utils.h needs sys/types.h and sys/socket.h
Diffstat (limited to 'stun/stunagent.c')
-rw-r--r--stun/stunagent.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/stun/stunagent.c b/stun/stunagent.c
index e7c913c..11180d3 100644
--- a/stun/stunagent.c
+++ b/stun/stunagent.c
@@ -37,9 +37,6 @@
# include <config.h>
#endif
-#include <sys/types.h>
-#include <sys/socket.h>
-
#include "stunmessage.h"
#include <string.h>