tree: specify the lua/ directory for includes
This commit is contained in:
parent
bbf9b88c66
commit
e63e7a77a2
12 changed files with 24 additions and 23 deletions
4
lcl.c
4
lcl.c
|
@ -15,8 +15,8 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <lua.h>
|
||||
#include <lauxlib.h>
|
||||
#include <lua/lauxlib.h>
|
||||
#include <lua/lua.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue