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
1.2-netsec
Kevin P. Fleming 20 years ago
parent 8634ef9e4a
commit 9b1eb11a3a

@ -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>

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

Loading…
Cancel
Save