diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-13 20:11:41 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-13 20:11:41 +0000 |
commit | 042525a1db50cab08a11583be225eb7a2281f610 (patch) | |
tree | 30fa3b72ced6a550c7929dc200d54c2841c1cb82 /src/htslib.c | |
parent | 3fde59c09076be034473413cef90f9388404e619 (diff) |
#include <stdarg.h>
Diffstat (limited to 'src/htslib.c')
-rw-r--r-- | src/htslib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htslib.c b/src/htslib.c index d1936cc..24ed72c 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -62,6 +62,7 @@ Please visit our Website: http://www.httrack.com #include <unistd.h> #endif #endif /* _WIN32 */ +#include <stdarg.h> #include <string.h> #include <time.h> |