Merge pull request #22 from danni-m/master

util.h: added missing include for string.h
master
Dvir Volk 8 years ago committed by GitHub
commit d681a51699

@ -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