From a0b9f04eaa03d0629488d3ee810641c4c673a83f Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Sun, 31 Oct 2010 14:45:15 +0100 Subject: Move stdarg.h include to the hiredis header file --- hiredis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hiredis.h') 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 -- cgit v1.2.3