From 6c2120e0535ed51963229ca60438226fd3c3d8b9 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 14 Jun 2014 09:56:14 +0000 Subject: Fixed includes. --- src/proxy/proxytrack.c | 2 +- src/proxy/store.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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" -- cgit v1.2.3