Skip to content
Snippets Groups Projects
Commit f5219218 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

fix build on FreeBSD (issue #5003)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 98563fdb
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment