c4a5486743
- better COMMENT - fix LIB_DEPENDS - fix the horrible location of the docs (and noone noticed?!) - remove NO_REGRESS - re-format DESCR (i must say, pretty nice suite this is.)
19 lines
431 B
Plaintext
19 lines
431 B
Plaintext
$OpenBSD: patch-stocks_http_c,v 1.1 2007/08/30 07:48:26 jasper Exp $
|
|
--- stocks/http.c.orig Wed Aug 29 16:14:41 2007
|
|
+++ stocks/http.c Wed Aug 29 16:17:14 2007
|
|
@@ -20,13 +20,13 @@
|
|
|
|
#define __HTTP_C__
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <netdb.h>
|
|
#include <unistd.h>
|
|
|
|
-#include <sys/types.h>
|
|
#include <ctype.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|