mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
fix: include local time header to satisfy IntelliSense
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
#include "lua.h"
|
#include "lua.h"
|
||||||
#include "lauxlib.h"
|
#include "lauxlib.h"
|
||||||
#include "lualib.h"
|
#include "lualib.h"
|
||||||
|
#include "sysinclude/time.h"
|
||||||
|
|
||||||
static int os_clock(lua_State *L) {
|
static int os_clock(lua_State *L) {
|
||||||
lua_pushnumber(L, (lua_Number)clock() / (lua_Number)CLOCKS_PER_SEC);
|
lua_pushnumber(L, (lua_Number)clock() / (lua_Number)CLOCKS_PER_SEC);
|
||||||
|
|||||||
Reference in New Issue
Block a user