]> git.saurik.com Git - redis.git/blobdiff - src/ae.c
MIGRATE now let the client distinguish I/O errors and timeouts from other erros.
[redis.git] / 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"