summaryrefslogtreecommitdiff
path: root/sysutils/hcidump/patches/patch-ah
blob: bceff21861fb30b196de51b97c295f6d52720063 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ah,v 1.1.1.1 2006/07/25 16:28:47 salo Exp $

insert needed header file

--- parser/hidp.c.orig	2004-02-17 22:33:10.000000000 +0000
+++ parser/hidp.c
@@ -30,6 +30,7 @@
  */
 
 #include <sys/types.h>   
+#include <sys/time.h>   
 #include <stdio.h>
 
 #include "parser.h"