From b9dedd3d34cb6d340c7dc229b598d4580c704c8c Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 5 Mar 2015 13:32:53 +0100 Subject: lib/monotonic: fix compiler warnings Signed-off-by: Karel Zak --- include/monotonic.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/monotonic.h') diff --git a/include/monotonic.h b/include/monotonic.h index aca8b1fe4..bbebfe0b9 100644 --- a/include/monotonic.h +++ b/include/monotonic.h @@ -4,6 +4,9 @@ /* * Uses clock_gettime() that requires $CLOCKGETTIME_LIBS */ +#include +#include + extern int get_boot_time(struct timeval *boot_time); extern int gettime_monotonic(struct timeval *tv); -- cgit v1.2.3-55-g7522