2013-09-26 17:14:40 +02:00

13 lines
301 B
Plaintext

$NetBSD: patch-ab,v 1.2 2005/10/19 13:26:02 adam Exp $
--- src/http.c.orig 2005-03-17 00:55:23.000000000 +0000
+++ src/http.c
@@ -28,6 +28,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
+#include <netinet/in.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>