util.h: added missing include for string.h

master
Danni Moiseyev 8 years ago
parent 4c62df8a4e
commit 2f15b00fd1

@ -3,6 +3,7 @@
#include <redismodule.h>
#include <stdarg.h>
#include <string.h>
/// make sure the response is not NULL or an error, and if it is sends the error to the client and exit the current function
#define RMUTIL_ASSERT_NOERROR(r) \

Loading…
Cancel
Save