diff options
| -rw-r--r-- | hiredis.c | 1 | ||||
| -rw-r--r-- | hiredis.h | 3 | 
2 files changed, 2 insertions, 2 deletions
| @@ -27,7 +27,6 @@   * POSSIBILITY OF SUCH DAMAGE.   */ -#include <stdio.h>  #include <string.h>  #include <stdlib.h>  #include <unistd.h> @@ -29,7 +29,8 @@  #ifndef __HIREDIS_H  #define __HIREDIS_H -#include <stdarg.h> +#include <stdio.h> /* for size_t */ +#include <stdarg.h> /* for va_list */  #define REDIS_ERR -1  #define REDIS_OK 0 | 
