summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-05-13 20:11:02 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-05-13 20:11:02 +0000
commit3fde59c09076be034473413cef90f9388404e619 (patch)
treecc10db9b23def2fb21503d52315b0f7c34e64d2f /src
parentedaaa7332864fc51aa249b8a5679a5944717b5eb (diff)
#include <stdarg.h>
Diffstat (limited to 'src')
-rw-r--r--src/htsinthash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htsinthash.h b/src/htsinthash.h
index 037e25d..7150911 100644
--- a/src/htsinthash.h
+++ b/src/htsinthash.h
@@ -67,6 +67,7 @@ typedef unsigned __int64 uint64_t;
#else
#include <stdint.h>
#endif
+#include <stdarg.h>
/** Value. **/
typedef union inthash_value {