fix build on FreeBSD (issue #5003)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Kevin P. Fleming 20 years ago
parent 98563fdb73
commit f52192183c

@ -9,6 +9,8 @@
*
* This program is free software, distributed under the terms of
* the GNU General Public License
*
* $Revision$
*/
#include <stdlib.h>
@ -18,6 +20,9 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#if defined(__FreeBSD__)
#include <netinet/in.h>
#endif
#include <sys/time.h>

Loading…
Cancel
Save