fix *BSD breakage from include-order changes (bug #4067)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5534 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-04-29 17:24:58 +00:00
parent 8634ef9e4a
commit 9b1eb11a3a
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <sys/resource.h>
#include <sys/time.h>
#include <fcntl.h>
#include <stdio.h>
#include <signal.h>

View File

@@ -11,6 +11,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <unistd.h>