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

add missing sys/time.h header

--- bin/netflow_v5_v7.c.orig   2014-02-16 12:59:29.000000000 +0000
+++ bin/netflow_v5_v7.c
@@ -39,6 +39,7 @@
 #include "config.h"

 #include <stdio.h>
+#include <sys/time.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <unistd.h>