mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
13 lines
301 B
Plaintext
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>
|