fix build on FreeBSD (bug #4125)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5569 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-05-04 04:35:27 +00:00
parent 2be3c7ab57
commit aba598c26f
2 changed files with 2 additions and 1 deletions

1
acl.c
View File

@@ -18,6 +18,7 @@
#include <signal.h>
#include <errno.h>
#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netdb.h>

View File

@@ -42,7 +42,7 @@
#include <sys/signal.h>
#include <errno.h>
#include <stdlib.h>
#ifndef SOLARIS
#if !defined(SOLARIS) && !defined(__FreeBSD__)
#include <stdint.h>
#endif
#include <unistd.h>