Skip to content
Snippets Groups Projects
Commit fda8fa23 authored by Russell Bryant's avatar Russell Bryant
Browse files

add includes in res_agi.c to fix BSD compatibility

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3840 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 998ef594
Branches
Tags
No related merge requests found
......@@ -11,6 +11,11 @@
* the GNU General Public License
*/
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <sys/types.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment