freebsd-ports/devel/libstocks/files/patch-aa
Mikhail Teterin a68162ee38 Libstocks is a C library which can be used to fetch stocks quotes.
It comes with a CLI client and the Siag Office can be built to
interface with it.
2002-01-08 06:08:13 +00:00

17 lines
306 B
Plaintext

--- 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>