aboutsummaryrefslogtreecommitdiff
path: root/finance/libstocks/files/patch-aa
blob: 994c6a391a48aa19d61a1bc47875a6783e887ab2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- lib/http.c	Tue Sep  5 10:42:34 2000
+++ lib/http.c	Tue Jan  8 00:09:06 2002
@@ -21,5 +21,7 @@
 #define __HTTP_C__
 
 #ifdef __UNIX__
+#include <sys/types.h>
+
 #include <sys/socket.h>
 #include <netinet/in.h>
@@ -32,5 +34,4 @@
 #endif
 
-#include <sys/types.h>
 #include <ctype.h>
 #include <string.h>