Skip to content
Snippets Groups Projects
Commit 5eb35001 authored by neil's avatar neil
Browse files

let's use our lua instead of trying to use a system lua. If this doesn't work...

let's use our lua instead of trying to use a system lua. If this doesn't work on all platforms we'll have to work on that.

git-svn-id: http://svn.net-core.org/repos/t-engine4@2191 51575b47-30f0-44d4-a5cc-537603b46e54
parent 87075eb2
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
#ifndef md5_h
#define md5_h
#include <lua.h>
#include "../lua/lua.h"
#define HASHSIZE 16
......
......@@ -9,8 +9,8 @@
#include <string.h>
#include <time.h>
#include <lua.h>
#include <lauxlib.h>
#include "../lua/lua.h"
#include "../lua/lauxlib.h"
#if ! defined (LUA_VERSION_NUM) || LUA_VERSION_NUM < 501
#include "compat-5.1.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment