Files
pkgsrc-ng/misc/siag/patches/patch-aa
2013-09-26 17:14:40 +02:00

20 lines
440 B
Plaintext

$NetBSD: patch-aa,v 1.8 2005/12/28 16:37:59 reed Exp $
--- stocks/http.c.orig 2005-12-28 08:03:24.000000000 -0800
+++ stocks/http.c 2005-12-28 08:03:36.000000000 -0800
@@ -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>