aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-26 14:40:41 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-26 14:40:41 +0000
commit8b68883587fd0b1a63b7378009fcca431c6fc641 (patch)
tree4d21c7f17ce1367c129e922f05a892ac40b5eda9 /channels
parentd756c5235fb8d1e2e1882ea18cfb3d8637492d97 (diff)
fix build issue for FreeBSD (bug #4802)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6221 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_modem.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/channels/chan_modem.c b/channels/chan_modem.c
index 4a93f35d0..f861bfb7c 100755
--- a/channels/chan_modem.c
+++ b/channels/chan_modem.c
@@ -12,15 +12,14 @@
*/
#include <stdio.h>
-#include <string.h>
-#include <ctype.h>
#include <stdlib.h>
-#include <unistd.h>
-#include <sys/socket.h>
+#include <ctype.h>
+#include <string.h>
#include <sys/time.h>
#include <errno.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+#include <sys/socket.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/termios.h>