aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTom Rini2024-05-01 19:30:26 -0600
committerTom Rini2024-05-07 08:00:41 -0600
commit70ab38f4268c5ce5302849fcebf9bdfa2e152e76 (patch)
treeab12c177171be7cb74ed804b1455b91f24409c2e /include/linux
parent43c1d9fe3277d8853fe647446ce563f17c532dfd (diff)
include/linux/compat.h: Add <time.h>
As this file has macros which use get_timer() it must include <time.h> to resolve this. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h
index f8e3570d1ad..62381451617 100644
--- a/include/linux/compat.h
+++ b/include/linux/compat.h
@@ -5,6 +5,7 @@
#include <cyclic.h>
#include <log.h>
#include <malloc.h>
+#include <time.h>
#include <asm/processor.h>