summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-06-14 09:56:14 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-06-14 09:56:14 +0000
commit6c2120e0535ed51963229ca60438226fd3c3d8b9 (patch)
tree22ea17cf2e6667c494f31903fc2f27bbdff2bda0
parent7a261eec3928919d0a4ce381cb9a4927b8f31d99 (diff)
Fixed includes.
-rw-r--r--src/proxy/proxytrack.c2
-rw-r--r--src/proxy/store.c2
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"