From 31d934d19bf82efdfc320fa7008008242a65332a Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Fri, 22 Mar 2024 20:06:01 +0100 Subject: all: rename output files Signed-off-by: Anna (navi) Figueiredo Gomes --- net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net.h') diff --git a/net.h b/net.h index bebaab8..d9bc357 100644 --- a/net.h +++ b/net.h @@ -19,7 +19,7 @@ #ifndef __NET_H #define __NET_H -#include "hiredis.h" +#include "hiredict.h" void redisNetClose(redisContext *c); ssize_t redisNetRead(redisContext *c, char *buf, size_t bufcap); -- cgit v1.2.3