summaryrefslogtreecommitdiff
path: root/www/elinks/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'www/elinks/patches/patch-ac')
-rw-r--r--www/elinks/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/elinks/patches/patch-ac b/www/elinks/patches/patch-ac
new file mode 100644
index 00000000000..5a84d148bdf
--- /dev/null
+++ b/www/elinks/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2003/04/29 23:28:45 jtb Exp $
+
+--- src/lua/core.h.orig
++++ src/lua/core.h
+@@ -5,7 +5,7 @@
+
+ #ifdef HAVE_LUA
+
+-#include <lua.h> /* This is standart include. */
++#include <lua4.h> /* This is standart include. */
+ #include "document/session.h"
+
+ extern lua_State *lua_state;