Commit 80a4e9ef authored by Brenden Blanco's avatar Brenden Blanco

Merge pull request #538 from iovisor/luajit_header_revert

Revert "Force lua main.c to include luajit headers"
parents ba275e4c 8f82c93d
......@@ -29,9 +29,9 @@
#include <string.h>
#include <unistd.h>
#include <luajit-2.0/lauxlib.h>
#include <luajit-2.0/lua.h>
#include <luajit-2.0/lualib.h>
#include "lauxlib.h"
#include "lua.h"
#include "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