Commit 6ef01878 authored by hwware's avatar hwware Committed by antirez
Browse files

add missing file marco

parent fe81d5c8
...@@ -36,7 +36,12 @@ ...@@ -36,7 +36,12 @@
* the include of your alternate allocator if needed (not needed in order * the include of your alternate allocator if needed (not needed in order
* to use the default libc allocator). */ * to use the default libc allocator). */
#ifndef __SDS_ALLOC_H__
#define __SDS_ALLOC_H__
#include "zmalloc.h" #include "zmalloc.h"
#define s_malloc zmalloc #define s_malloc zmalloc
#define s_realloc zrealloc #define s_realloc zrealloc
#define s_free zfree #define s_free zfree
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment