On some targets the time_t structure was missing and the compilation was 
failing.

Signed-off-by: Petr Kulhavy <br...@jikos.cz>
---
 util.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util.h b/util.h
index e912f19..3efde5c 100644
--- a/util.h
+++ b/util.h
@@ -22,6 +22,7 @@
 
 #include "ddt.h"
 #include "ether.h"
+#include <time.h>
 
 /**
  * Table of human readable strings, one for each port state.
-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to