tree: specify the lua/ directory for includes

This commit is contained in:
Jeremy Baxter 2024-03-11 12:37:50 +13:00
parent bbf9b88c66
commit e63e7a77a2
12 changed files with 24 additions and 23 deletions

View file

@ -14,8 +14,8 @@
#include <time.h>
#include <lua.h>
#include <lauxlib.h>
#include <lua/lauxlib.h>
#include <lua/lua.h>
/***
* Waits the specified amount of seconds.