From 14ddff2457bd61122862a8d13af9e1ef3b68d4bc Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 9 Oct 2018 00:48:26 +0300 Subject: [PATCH] include: posix: time: Explicitly include from Some ports, e.g. nios2, have POSIXish headers (e.g. signal.h) in their toolchains, which get includeded otherwise, and cause definition conflicts. Signed-off-by: Paul Sokolovsky --- include/posix/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/posix/time.h b/include/posix/time.h index e8a45008e3e..33df6b3eb9b 100644 --- a/include/posix/time.h +++ b/include/posix/time.h @@ -28,7 +28,7 @@ struct timeval { #include #include #include -#include +#include #ifndef CLOCK_REALTIME #define CLOCK_REALTIME 0