Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/finance/libstocks/files/patch-lib_http.c
16135 views
1
--- lib/http.c Tue Sep 5 10:42:34 2000
2
+++ lib/http.c Tue Jan 8 00:09:06 2002
3
@@ -21,5 +21,7 @@
4
#define __HTTP_C__
5
6
#ifdef __UNIX__
7
+#include <sys/types.h>
8
+
9
#include <sys/socket.h>
10
#include <netinet/in.h>
11
@@ -32,5 +34,4 @@
12
#endif
13
14
-#include <sys/types.h>
15
#include <ctype.h>
16
#include <string.h>
17
18