mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
Add databases/valkey, High-performance data structure server that primarily serves key/value workloads.
12 lines
275 B
C
12 lines
275 B
C
--- 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"
|