aboutsummaryrefslogtreecommitdiffstats
path: root/udptl.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-12 21:18:46 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-12 21:18:46 +0000
commit65f2a8e837281ac96a9b638e2932840a125dacab (patch)
treec3e44ae5a6aab1b8c1c9db4d06eceb93dc75939f /udptl.c
parent99fcbf119ef85d72550b062c30130dc69504f946 (diff)
Bug 6223 - Remove unnecessary header that caused FreeBSD not to compile
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8038 f38db490-d61c-443f-a65b-d21fe96a405b
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>