From cfb24cb6c34d1d43088fbe11d30ca48ecc6fba87 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 9 Mar 2005 17:08:10 +0000 Subject: [PATCH] hcidump: Include sys/time.h from parser.h --- tools/parser/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/parser/parser.h b/tools/parser/parser.h index b17063213..6409e3851 100644 --- a/tools/parser/parser.h +++ b/tools/parser/parser.h @@ -27,8 +27,8 @@ #ifndef __PARSER_H #define __PARSER_H +#include #include - #include struct frame { -- 2.47.3