From: Karel Zak Date: Thu, 5 Mar 2015 12:32:53 +0000 (+0100) Subject: lib/monotonic: fix compiler warnings X-Git-Tag: v2.27-rc1~403 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9dedd3d34cb6d340c7dc229b598d4580c704c8c;p=thirdparty%2Futil-linux.git lib/monotonic: fix compiler warnings Signed-off-by: Karel Zak --- diff --git a/include/monotonic.h b/include/monotonic.h index aca8b1fe4d..bbebfe0b97 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);