From: Andreas Henriksson Date: Thu, 18 Sep 2014 23:36:37 +0000 (+0200) Subject: logger: gettimeofday needs X-Git-Tag: v2.26-rc1~451 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ec85227ad3a8e9a8a0ddb1de8bdda30d2abea2f;p=thirdparty%2Futil-linux.git logger: gettimeofday needs Either works on linux, but kfreebsd build fails if we don't use the include. According to man gettimeofday the correct include is Signed-off-by: Andreas Henriksson --- diff --git a/misc-utils/logger.c b/misc-utils/logger.c index 99a5569b3e..2994dc0e37 100644 --- a/misc-utils/logger.c +++ b/misc-utils/logger.c @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include #include