Files

13 lines
275 B
C
Raw Permalink Normal View History

2024-04-02 16:07:00 +09:00
--- 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"