defs.h is missing from cache_mngt resulting in threads not being deactivable. --- ./lib/cache_mngt.c.orig 2019-12-02 15:37:53.751084153 +0100 +++ ./lib/cache_mngt.c 2019-12-02 15:37:58.191080946 +0100 @@ -14,6 +14,8 @@ * @{ */ +#include "defs.h" + #include #include #include --- ./lib/family.c.orig 2019-12-02 15:39:34.787011170 +0100 +++ ./lib/family.c 2019-12-02 15:39:42.871005330 +0100 @@ -16,6 +16,8 @@ * @{ */ +#include "defs.h" + #include #include #include