diff options
author | antirez <antirez@gmail.com> | 2015-07-26 15:14:57 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2015-07-26 15:17:18 +0200 |
commit | cef054e86856463d3e79d4a5048507377c85eab7 (patch) | |
tree | a7d36bf93d919b0a57996485d5ea448eaf6e5195 /src/notify.c | |
parent | b684e2dad1d884af7bf1047febbb54ee6e0324ba (diff) | |
download | redis-cef054e86856463d3e79d4a5048507377c85eab7.tar.gz |
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
Diffstat (limited to 'src/notify.c')
-rw-r--r-- | src/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notify.c b/src/notify.c index f77239ecf..6c915e659 100644 --- a/src/notify.c +++ b/src/notify.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include "redis.h" +#include "server.h" /* This file implements keyspace events notification via Pub/Sub ad * described at http://redis.io/topics/keyspace-events. */ |