commit | 36834e168b49c30b04b712ebe7e8a0c1a1878865 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 01 19:30:26 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 07 08:00:41 2024 -0600 |
tree | ab12c177171be7cb74ed804b1455b91f24409c2e | |
parent | 1625fba94c72cee70ac68ba758b0590fe0173825 [diff] [blame] |
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>
diff --git a/include/linux/compat.h b/include/linux/compat.h index f8e3570..6238145 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>