openbsd-ports/productivity/siag/patches/patch-stocks_http_c

19 lines
431 B
Plaintext
Raw Normal View History

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