aboutsummaryrefslogtreecommitdiffstats
path: root/utils/astman.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-24 03:52:53 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-24 03:52:53 +0000
commit9db23500d3bc11304856e195b2bf79756bc3929f (patch)
treec105ee6a4582f55dba1738b6e65a5f215b5a70aa /utils/astman.c
parent3891df8aac8f516e2c9902a609af9d5c5b066548 (diff)
Fix astman build on FreeBSD (bug #2119)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3503 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/astman.c')
-rwxr-xr-xutils/astman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/astman.c b/utils/astman.c
index 752868172..ebeeb67f1 100755
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -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>