diff options
-rw-r--r-- | hiredis.c | 1 | ||||
-rw-r--r-- | hiredis.h | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,6 @@ #include <string.h> #include <stdlib.h> #include <unistd.h> -#include <stdarg.h> #include <assert.h> #include <errno.h> @@ -29,6 +29,7 @@ #ifndef __HIREDIS_H #define __HIREDIS_H +#include <stdarg.h> #define REDIS_ERR -1 #define REDIS_OK 0 |