diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-31 21:50:08 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-31 21:50:08 +0000 |
commit | 7268b3d7d8ef137da82987cc469449bf2a3e9020 (patch) | |
tree | 7410c5604d51fd2d72f377a7be52ffc03744c72f /src/htscoremain.c | |
parent | b5b647bf44734ba4ce1d7c3b210690a44647d183 (diff) |
Fixed warnings.
Diffstat (limited to 'src/htscoremain.c')
-rw-r--r-- | src/htscoremain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htscoremain.c b/src/htscoremain.c index c2ff520..cbc5971 100644 --- a/src/htscoremain.c +++ b/src/htscoremain.c @@ -45,6 +45,7 @@ Please visit our Website: http://www.httrack.com #include "htsmodules.h" #include "htszlib.h" #include "htscharset.h" +#include "htsencoding.h" #include <ctype.h> #if USE_BEGINTHREAD |