diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-13 20:08:53 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-13 20:08:53 +0000 |
commit | edaaa7332864fc51aa249b8a5679a5944717b5eb (patch) | |
tree | 544fdfe7e13ce046030c8e34b24b51ce20e00bc5 /src | |
parent | cc424a4503547b2f3e0abfd258b5f0c4148c73ce (diff) |
#include <stdarg.h>
Diffstat (limited to 'src')
-rw-r--r-- | src/httrack-library.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/httrack-library.h b/src/httrack-library.h index 8c63fb4..3982d72 100644 --- a/src/httrack-library.h +++ b/src/httrack-library.h @@ -37,6 +37,7 @@ Please visit our Website: http://www.httrack.com #ifndef _WIN32 #include <inttypes.h> +#include <stdarg.h> #endif #ifndef HTS_DEF_FWSTRUCT_httrackp |