summaryrefslogtreecommitdiff
path: root/net/nfdump/patches/patch-bin_exporter.c
blob: effc406344654456ff3a2d567145e34708d06244 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-bin_exporter.c,v 1.1 2015/04/03 10:18:53 hiramatsu Exp $

add missing sys/time.h header

--- bin/exporter.c.orig        2014-02-16 12:59:29.000000000 +0000
+++ bin/exporter.c
@@ -36,6 +36,7 @@

 #include "config.h"

+#include <sys/time.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>