19 lines
440 B
Text
19 lines
440 B
Text
$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>
|