diff --git a/libsecret/test-file-collection.c b/libsecret/test-file-collection.c index e016d45..512bfb6 100644 --- a/libsecret/test-file-collection.c +++ b/libsecret/test-file-collection.c @@ -1,11 +1,15 @@ #include "config.h" +#undef G_DISABLE_ASSERT + #include "egg/egg-testing.h" #include "secret-file-collection.h" #include "secret-retrievable.h" #include "secret-schema.h" +#include + typedef struct { gchar *directory; GMainLoop *loop;