projects
/
redis.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
more ziplist.c endianess fixes
[redis.git]
/
src
/
ae.c
diff --git
a/src/ae.c
b/src/ae.c
index 4c8aff9b0011034baaa5513a9d6bf3e234c2e162..4099b12598f4ea2a740590a86d44f30b183bb948 100644
(file)
--- a/
src/ae.c
+++ b/
src/ae.c
@@
-35,6
+35,7
@@
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
+#include <string.h>
#include "ae.h"
#include "zmalloc.h"