diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-14 09:56:14 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-14 09:56:14 +0000 |
commit | 6c2120e0535ed51963229ca60438226fd3c3d8b9 (patch) | |
tree | 22ea17cf2e6667c494f31903fc2f27bbdff2bda0 /src/proxy/proxytrack.c | |
parent | 7a261eec3928919d0a4ce381cb9a4927b8f31d99 (diff) |
Fixed includes.
Diffstat (limited to 'src/proxy/proxytrack.c')
-rw-r--r-- | src/proxy/proxytrack.c | 2 |
1 files changed, 1 insertions, 1 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" |