diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-14 09:51:03 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-14 09:51:03 +0000 |
commit | dbd99bb3651de5ba078d12b1534fbf2b8caa6391 (patch) | |
tree | b0325afe46a9ec78826c27ca8394d3a7118e8330 | |
parent | e0fe304f0b19a20c6eacca5ceda6312aa203fc91 (diff) |
Fixed include
-rw-r--r-- | src/coucal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coucal.c b/src/coucal.c index 593bf94..ed2c347 100644 --- a/src/coucal.c +++ b/src/coucal.c @@ -39,7 +39,7 @@ Please visit our Website: http://www.httrack.com #include <assert.h> #include <stdarg.h> -#include "htsinthash.h" +#include "coucal.h" /* We use md5 as hashing function for its quality regarding diffusion and collisions. MD5 is slower than other hashing functions, but is known to be |