mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
There are roughly 50 Lua packages. It's about time we consider a proposal for moving all of them under a lang/lua sub-folder. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
11 lines
226 B
Diff
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"
|