Add stdlib.h for RedisModule_Assert (#9470)

This commit is contained in:
chenyang8094 2021-09-09 04:22:01 +08:00 committed by GitHub
parent 1b83353dc3
commit 7a0e668560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
#include <sys/types.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
/* ---------------- Defines common between core and modules --------------- */