diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-14 09:50:17 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-14 09:50:17 +0000 |
commit | e0fe304f0b19a20c6eacca5ceda6312aa203fc91 (patch) | |
tree | a7e148c67640dbc0a9b037240d9a1bb1a9bd93bd /src/htswrap.c | |
parent | 84632e7bb65dee0af2774d1b70b815506f7658e0 (diff) |
Preparing to export the cuckoo hashtable library as "coucal" project
Diffstat (limited to 'src/htswrap.c')
-rw-r--r-- | src/htswrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htswrap.c b/src/htswrap.c index 345f84a..7683034 100644 --- a/src/htswrap.c +++ b/src/htswrap.c @@ -36,7 +36,7 @@ Please visit our Website: http://www.httrack.com #include "htswrap.h" #include "htshash.h" -#include "htsinthash.h" +#include "coucal.h" #include "htslib.h" HTSEXT_API int htswrap_init(void) { // LEGACY |