diff --git a/hiredis.c b/hiredis.c index 900d8d7..b70ffe3 100644 --- a/hiredis.c +++ b/hiredis.c @@ -31,7 +31,6 @@ #include #include #include -#include #include #include diff --git a/hiredis.h b/hiredis.h index 11d9d05..408a766 100644 --- a/hiredis.h +++ b/hiredis.h @@ -29,6 +29,7 @@ #ifndef __HIREDIS_H #define __HIREDIS_H +#include #define REDIS_ERR -1 #define REDIS_OK 0