[svn-commits] trunk - r8038 /trunk/udptl.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Jan 12 15:18:48 CST 2006


Author: tilghman
Date: Thu Jan 12 15:18:46 2006
New Revision: 8038

URL: http://svn.digium.com/view/asterisk?rev=8038&view=rev
Log:
Bug 6223 - Remove unnecessary header that caused FreeBSD not to compile

Modified:
    trunk/udptl.c

Modified: trunk/udptl.c
URL: http://svn.digium.com/view/asterisk/trunk/udptl.c?rev=8038&r1=8037&r2=8038&view=diff
==============================================================================
--- trunk/udptl.c (original)
+++ trunk/udptl.c Thu Jan 12 15:18:46 2006
@@ -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>



More information about the svn-commits mailing list