blob: 55f700aee7f32d3168c9c3fbe90845ada9e1b602 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- deps/lua/src/lua_cjson.c.orig 2024-04-01 02:56:24 UTC
+++ deps/lua/src/lua_cjson.c
@@ -47,7 +47,9 @@
#include "strbuf.h"
#include "fpconv.h"
+#if defined(__sun)
#include "../../../src/solarisfixes.h"
+#endif
#ifndef CJSON_MODNAME
#define CJSON_MODNAME "cjson"
|