summaryrefslogtreecommitdiff
path: root/net/linphone/files/patch-osipua::src::udp.c
blob: 082a99884bb5d5bc613087942a05a79afbc79ac4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$FreeBSD$

--- osipua/src/udp.c	2002/12/30 08:44:53	1.1
+++ osipua/src/udp.c	2002/12/30 08:45:01
@@ -19,8 +19,8 @@
 */
 
 
-#include <sys/socket.h>
 #include <sys/types.h>
+#include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <unistd.h>