Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
7a0e6685
Unverified
Commit
7a0e6685
authored
Sep 09, 2021
by
chenyang8094
Committed by
GitHub
Sep 08, 2021
Browse files
Add stdlib.h for RedisModule_Assert (#9470)
parent
1b83353d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redismodule.h
View file @
7a0e6685
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
#include <sys/types.h>
#include <sys/types.h>
#include <stdint.h>
#include <stdint.h>
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
/* ---------------- Defines common between core and modules --------------- */
/* ---------------- Defines common between core and modules --------------- */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment