mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
12 lines
275 B
C
12 lines
275 B
C
--- deps/lua/src/lua_cjson.c.orig 2019-09-25 10:40:18 UTC
|
|
+++ deps/lua/src/lua_cjson.c
|
|
@@ -46,7 +46,9 @@
|
|
#include "strbuf.h"
|
|
#include "fpconv.h"
|
|
|
|
+#if defined(__sun)
|
|
#include "../../../src/solarisfixes.h"
|
|
+#endif
|
|
|
|
#ifndef CJSON_MODNAME
|
|
#define CJSON_MODNAME "cjson"
|