diff options
Diffstat (limited to 'src/htsnostatic.c')
-rw-r--r-- | src/htsnostatic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/htsnostatic.c b/src/htsnostatic.c index 5971d5d..eff6184 100644 --- a/src/htsnostatic.c +++ b/src/htsnostatic.c @@ -39,6 +39,7 @@ Please visit our Website: http://www.httrack.com #include "htsbase.h" #include "htshash.h" +#include "htsinthash.h" typedef struct { /* @@ -156,7 +157,7 @@ int hts_freevar() { return 1; } -int hts_resetvar() { +HTSEXT_API int hts_resetvar() { int r; hts_lockvar(); { |