summaryrefslogtreecommitdiff
path: root/audio/gnomemedia/files/patch-cddbslave::socks4.c
blob: ecb4659df044eb4b2f33149506466abc8f9dc0b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$FreeBSD$

--- cddbslave/socks4.c	2001/12/06 08:10:34	1.1
+++ cddbslave/socks4.c	2001/12/06 08:11:08
@@ -33,12 +33,12 @@
 #include <errno.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/time.h>
 #include <netinet/in.h>
 #include <unistd.h>
 #include <pwd.h>
-#include <sys/types.h>
 #include <sys/select.h>
 #include <dlfcn.h>