diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-07 10:09:24 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-07 10:09:24 +0000 |
commit | 243af7389f1deaf4cf74144e89fd93003e476963 (patch) | |
tree | 265769875db0a6bbfc99557e9dbd716f0c76b6b4 /src/htscharset.h | |
parent | 525118dfe8bb3f6b874db7920dc0ee04eede0585 (diff) |
Fixed includes.
Diffstat (limited to 'src/htscharset.h')
-rw-r--r-- | src/htscharset.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/htscharset.h b/src/htscharset.h index 2d76b3c..f8f4ca6 100644 --- a/src/htscharset.h +++ b/src/htscharset.h @@ -37,6 +37,13 @@ Please visit our Website: http://www.httrack.com #ifndef HTS_CHARSET_DEFH #define HTS_CHARSET_DEFH +/** Standard includes. **/ +#include <stdlib.h> +#include <string.h> +#ifdef _WIN32 +#include <windows.h> +#endif + /** * Convert the string "s" from charset "charset" to UTF-8. * Return NULL upon error. |