mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
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:
1
acl.c
1
acl.c
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user