Skip to content
Snippets Groups Projects
Commit 54327c5f authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

cache: avoid missing uint typedef

I don't know why it passed on Linux without any warning.
parent f4ef88d7
No related branches found
No related tags found
1 merge request!65cache: avoid missing uint typedef
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <libknot/rrset.h> #include <libknot/rrset.h>
#include "lib/cdb.h" #include "lib/cdb.h"
#include "lib/defines.h" #include "lib/defines.h"
#include "contrib/ucw/config.h" /*uint*/
/** Cache entry tag */ /** Cache entry tag */
enum kr_cache_tag { enum kr_cache_tag {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment