summaryrefslogtreecommitdiff
path: root/misc/pkgng/patches/patch-external-libfetch-http.c
blob: 3b4dc179f235982fac5e812c16c0279b70613be2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-external-libfetch-http.c,v 1.1.1.1 2015/12/31 18:29:50 agc Exp $

make sure time.h is included first so we don't get linker warnings

--- external/libfetch/http.c	2015/12/29 00:34:33	1.1
+++ external/libfetch/http.c	2015/12/29 00:35:12
@@ -62,7 +62,6 @@
 #define _XOPEN_SOURCE
 #include <sys/param.h>
 #include <sys/socket.h>
-#include <sys/time.h>
 
 #include <ctype.h>
 #include <err.h>