summaryrefslogtreecommitdiff
path: root/www/curl/patches/patch-aa
blob: c49ccc5dd46396cda9d67bf19b10966c5442c7f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.5 2002/06/11 12:35:14 agc Exp $

--- src/writeout.c	2002/06/11 12:31:17	1.1
+++ src/writeout.c	2002/06/11 12:31:35
@@ -27,6 +27,7 @@
 #include <string.h>
 
 #ifdef HAVE_SYS_SELECT_H
+#include <sys/types.h>
 #include <sys/select.h>
 #endif