Fix astman build on FreeBSD (bug #2119)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3503 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-07-24 03:52:53 +00:00
parent d89ed4ab5f
commit 0fc1ef8c9d
2 changed files with 2 additions and 2 deletions

View File

@@ -7,11 +7,11 @@
#include <newt.h>
#include <stdio.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <netdb.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <sys/select.h>
#include <fcntl.h>
#include <string.h>