mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
Add stdlib.h for RedisModule_Assert (#9470)
This commit is contained in:
parent
1b83353dc3
commit
7a0e668560
@ -4,6 +4,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/* ---------------- Defines common between core and modules --------------- */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user