aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2021-04-19 01:18:52 -0700
committerFrancesco Abbate <francesco.bbt@gmail.com>2021-04-19 01:18:52 -0700
commit94c8f34a81e8e835390bc8130a2f088f672bd558 (patch)
tree767454a78d3372c9157ed2046b3070f264405f61 /src
parent2f8c70ac517dc215db20a8b879de18354ecd67a1 (diff)
downloadlite-xl-94c8f34a81e8e835390bc8130a2f088f672bd558.tar.gz
lite-xl-94c8f34a81e8e835390bc8130a2f088f672bd558.zip
Fix missing header for macos
Diffstat (limited to 'src')
-rw-r--r--src/bundle_open.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bundle_open.m b/src/bundle_open.m
index e1cfa1cb..f8831a3a 100644
--- a/src/bundle_open.m
+++ b/src/bundle_open.m
@@ -1,4 +1,5 @@
#import <Foundation/Foundation.h>
+#include "lua.h"
void set_macos_bundle_resources(lua_State *L)
{ @autoreleasepool