0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-22 13:06:15 +00:00
packages/lang/lzmq/patches/010-gcc14.patch
Rosen Penev 9acf60320c lzmq: fix compilation with GCC14
Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-10 13:47:21 -07:00

11 lines
226 B
Diff

--- a/src/lzmq.c
+++ b/src/lzmq.c
@@ -23,6 +23,7 @@
#include <assert.h>
#include "zsupport.h"
#include <memory.h>
+#include <stdlib.h>
#define LUAZMQ_MODULE_NAME "lzmq"
#define LUAZMQ_MODULE_LICENSE "MIT"