diff --git a/src/userland/cli/third_party/lua/boredos_lua_os.c b/src/userland/cli/third_party/lua/boredos_lua_os.c index a3b45a2..9880fee 100644 --- a/src/userland/cli/third_party/lua/boredos_lua_os.c +++ b/src/userland/cli/third_party/lua/boredos_lua_os.c @@ -6,6 +6,7 @@ #include "lua.h" #include "lauxlib.h" #include "lualib.h" +#include "sysinclude/time.h" static int os_clock(lua_State *L) { lua_pushnumber(L, (lua_Number)clock() / (lua_Number)CLOCKS_PER_SEC);