diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-13 20:12:10 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-13 20:12:10 +0000 |
commit | c9f656fdeb0d762bbfc678121bc850a4c0bae7ca (patch) | |
tree | 0154853b78f17f296e46ebb17d4548999695210e | |
parent | 042525a1db50cab08a11583be225eb7a2281f610 (diff) |
Better stdarg.h
-rw-r--r-- | src/httrack-library.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httrack-library.h b/src/httrack-library.h index 3982d72..405e4fd 100644 --- a/src/httrack-library.h +++ b/src/httrack-library.h @@ -37,8 +37,8 @@ Please visit our Website: http://www.httrack.com #ifndef _WIN32 #include <inttypes.h> -#include <stdarg.h> #endif +#include <stdarg.h> #ifndef HTS_DEF_FWSTRUCT_httrackp #define HTS_DEF_FWSTRUCT_httrackp |