diff options
Diffstat (limited to 'libbcache.h')
-rw-r--r-- | libbcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcache.h b/libbcache.h index 9dfc647..e4600d3 100644 --- a/libbcache.h +++ b/libbcache.h @@ -1,7 +1,7 @@ #ifndef _LIBBCACHE_H #define _LIBBCACHE_H -#include "util.h" +#include "tools-util.h" #include "stdbool.h" extern const char * const cache_state[]; |