diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/proxy/proxytrack.c | 2 | ||||
-rw-r--r-- | src/proxy/store.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/proxy/proxytrack.c b/src/proxy/proxytrack.c index f2fc4d0..ccb93c9 100644 --- a/src/proxy/proxytrack.c +++ b/src/proxy/proxytrack.c @@ -129,7 +129,7 @@ Remark: If no cache newer than the added one is found, all entries can be added #include "htsglobal.h" /* htsweb */ -#include "htsinthash.h" +#include "coucal.h" /* ProxyTrack */ #include "proxytrack.h" diff --git a/src/proxy/store.c b/src/proxy/store.c index 792841a..8c89f4a 100644 --- a/src/proxy/store.c +++ b/src/proxy/store.c @@ -45,7 +45,7 @@ static long int timezone = 0; #include "htsglobal.h" #define HTS_INTERNAL_BYTECODE -#include "htsinthash.h" +#include "coucal.h" #include "htsmd5.h" #undef HTS_INTERNAL_BYTECODE #include "../minizip/mztools.h" |