summaryrefslogtreecommitdiff
path: root/src/htscharset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htscharset.h')
-rw-r--r--src/htscharset.h7
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.