From 63656e5c26c108263006695c5a77ae00e5bf26b1 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Tue, 27 Aug 2019 19:12:07 +0200 Subject: tools: Use time_utils from tools The ocbr tool was still using the non-public time_utils from the library instead of the version in tools. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/tools/ocbr/ocbr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tools/ocbr/ocbr.c') diff --git a/src/tools/ocbr/ocbr.c b/src/tools/ocbr/ocbr.c index 47ec5d53..814f6226 100644 --- a/src/tools/ocbr/ocbr.c +++ b/src/tools/ocbr/ocbr.c @@ -39,6 +39,8 @@ #define _POSIX_C_SOURCE 199506L #define __XSI_VISIBLE 500 +#include "time_utils.h" + #include #include #include -- cgit v1.2.3