Commit 6bfb3b05 authored by 4ast's avatar 4ast

Merge pull request #524 from iovisor/luajit_header

Force lua main.c to include luajit headers
parents 535ad2f7 c21b9c03
......@@ -29,9 +29,9 @@
#include <string.h>
#include <unistd.h>
#include "lauxlib.h"
#include "lua.h"
#include "lualib.h"
#include <luajit-2.0/lauxlib.h>
#include <luajit-2.0/lua.h>
#include <luajit-2.0/lualib.h>
static lua_State *globalL = NULL;
static const char *progname = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment