From 9d216fdaca5c89fdce1308cc1b2b2ed2f7fdee11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 13 May 2017 10:39:07 +0200 Subject: build: fix warning in lua related configure check luaL_openlibs is actually declared in lualib.h. --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 24d4cd8..56b204b 100755 --- a/configure +++ b/configure @@ -435,6 +435,7 @@ if test "$lua" != "no" ; then cat > "$tmpc" < +#include #include #if LUA_VERSION_NUM < 502 @@ -493,6 +494,7 @@ if test $CONFIG_LUA -eq 1 -a "$lpeg" != "no" ; then cat > "$tmpc" < +#include #include int main(int argc, char *argv[]) { -- cgit v1.2.3