summaryrefslogtreecommitdiff
path: root/udptl.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-01-12 21:18:46 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-01-12 21:18:46 +0000
commit79d3456c505d9cd8b3722485fe62b3a1a8169de6 (patch)
treec3e44ae5a6aab1b8c1c9db4d06eceb93dc75939f /udptl.c
parentbce06eff5be89551846ceedf54b14946b1ef8a44 (diff)
Bug 6223 - Remove unnecessary header that caused FreeBSD not to compile
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8038 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'udptl.c')
-rw-r--r--udptl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/udptl.c b/udptl.c
index 71068d374..ec5e2ce30 100644
--- a/udptl.c
+++ b/udptl.c
@@ -21,7 +21,6 @@
#include <signal.h>
#include <errno.h>
#include <unistd.h>
-#include <stdint.h>
#include <netinet/in.h>
#include <sys/time.h>
#include <sys/socket.h>