summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2010-10-31 14:45:15 +0100
committerPieter Noordhuis <pcnoordhuis@gmail.com>2010-10-31 14:45:15 +0100
commita0b9f04eaa03d0629488d3ee810641c4c673a83f (patch)
treeb8abe629d81d4c36b87cd83805b622ae0eba81ec /hiredis.h
parent44a2d08b304a8b4e9cc2e8f5be62edc7a7791af3 (diff)
Move stdarg.h include to the hiredis header file
Diffstat (limited to 'hiredis.h')
-rw-r--r--hiredis.h1
1 files changed, 1 insertions, 0 deletions
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 <stdarg.h>
#define REDIS_ERR -1
#define REDIS_OK 0