From 22b7b407c32dfa7fedb017b64d4a8e2905a483b4 Mon Sep 17 00:00:00 2001 From: cardigliano Date: Thu, 1 Jun 2017 18:13:31 +0200 Subject: compilation fix --- src/lib/third_party/include/libcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/third_party/include') diff --git a/src/lib/third_party/include/libcache.h b/src/lib/third_party/include/libcache.h index 1f240854f..da3e9411f 100644 --- a/src/lib/third_party/include/libcache.h +++ b/src/lib/third_party/include/libcache.h @@ -25,7 +25,7 @@ typedef enum cache_result { } cache_result; -typedef struct cache_t *cache_t; +typedef struct cache *cache_t; /** -- cgit v1.2.3