diff options
author | Youness Alaoui <kakaroto@kakaroto.(none)> | 2008-07-31 16:47:30 -0400 |
---|---|---|
committer | Youness Alaoui <kakaroto@kakaroto.(none)> | 2008-07-31 16:47:30 -0400 |
commit | 5514d0de2a908b415028fc42110cebc54ea21f96 (patch) | |
tree | 8fc5ff70a9c5e3c55605c980c0dfa6be4fb7fe7e /stun | |
parent | d08354c3f85674de7365a6cca1a2f0e622e8b17a (diff) | |
download | libnice-5514d0de2a908b415028fc42110cebc54ea21f96.tar.gz |
Adding missing include
Diffstat (limited to 'stun')
-rw-r--r-- | stun/usages/ice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stun/usages/ice.c b/stun/usages/ice.c index 3c8ed81..4864789 100644 --- a/stun/usages/ice.c +++ b/stun/usages/ice.c @@ -44,6 +44,7 @@ #include <sys/socket.h> #include "stunagent.h" #include <errno.h> +#include <arpa/inet.h> /** ICE connectivity checks **/ #include "ice.h" |