summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/helloblock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/helloblock.c b/src/modules/helloblock.c
index 3ebf10e11..c74fcd30f 100644
--- a/src/modules/helloblock.c
+++ b/src/modules/helloblock.c
@@ -31,6 +31,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#define REDISMODULE_EXPERIMENTAL_API
#include "../redismodule.h"
#include <stdio.h>
#include <stdlib.h>