summaryrefslogtreecommitdiff
path: root/stun/tools
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>2008-08-02 14:19:04 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-08-04 13:13:16 -0400
commit1b43bd79514a51128fab8a64751d1d8917c76f07 (patch)
tree2b60e2160584fb7005f9fb0630ed19cc67d90a41 /stun/tools
parent4a1a0b47052965460ff3326205e7665749ed05ce (diff)
downloadlibnice-1b43bd79514a51128fab8a64751d1d8917c76f07.tar.gz
Missing limits.h for gcc 4.3, reported by muratasenel from amsn's forums
Diffstat (limited to 'stun/tools')
-rw-r--r--stun/tools/stund.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stun/tools/stund.c b/stun/tools/stund.c
index 195f73d..fcfc5d3 100644
--- a/stun/tools/stund.c
+++ b/stun/tools/stund.c
@@ -49,6 +49,7 @@
#include <netinet/in.h>
#include <unistd.h>
#include <errno.h>
+#include <limits.h>
#ifndef SOL_IP
# define SOL_IP IPPROTO_IP