blob: 96163f6542aafa3f25e6a2a66218f89c7b57c9e3 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001From b36cafdbcbe2193f5b669e703c608e19e23f80a3 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 15 Jul 2017 11:16:42 -0700
4Subject: [PATCH 3/4] include missing time.h for time_t
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8 util.h | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/util.h b/util.h
12index e912f19..3c634c1 100644
13--- a/util.h
14+++ b/util.h
15@@ -22,7 +22,7 @@
16
17 #include "ddt.h"
18 #include "ether.h"
19-
20+#include <time.h>
21 /**
22 * Table of human readable strings, one for each port state.
23 */
24--
252.13.3
26