summaryrefslogtreecommitdiffstats
path: root/source/xap/geeqie/geeqie-2.1-lua.patch
blob: c1c3c6de3afada2d0c03d43518a7a075e21f4d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- geeqie-2.1/src/lua.cc	2023-06-17 14:12:30.000000000 +0200
+++ geeqie-2.1/src/lua.cc.new	2023-07-13 11:28:14.538188452 +0200
@@ -24,9 +24,11 @@
 
 #define _XOPEN_SOURCE
 
+extern "C" {
 #include <lua.h>
 #include <lauxlib.h>
 #include <lualib.h>
+}
 
 #include <stdio.h>
 #include <glib.h>