[Asterisk-cvs] asterisk/astman astman.c,1.10,1.11

markster at lists.digium.com markster at lists.digium.com
Sat Jul 24 00:06:54 CDT 2004


Update of /usr/cvsroot/asterisk/astman
In directory localhost.localdomain:/tmp/cvs-serv9105/astman

Modified Files:
	astman.c 
Log Message:
Fix astman build on FreeBSD (bug #2119)


Index: astman.c
===================================================================
RCS file: /usr/cvsroot/asterisk/astman/astman.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- astman.c	14 Jul 2004 13:57:14 -0000	1.10
+++ astman.c	24 Jul 2004 03:52:53 -0000	1.11
@@ -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>




More information about the svn-commits mailing list