chiark / gitweb /
importd: add new bus calls for importing local tar and raw images
[elogind.git] / src / journal / test-journal-enum.c
index bd1f5199e553f803d355b4edd55aec36c4fd6fb2..cde2025ae951e6ea0ae85fb7479a4b2fce55302d 100644 (file)
 #include "log.h"
 #include "sd-journal.h"
 #include "macro.h"
-#include "util.h"
 #include "journal-internal.h"
 
 int main(int argc, char *argv[]) {
         unsigned n = 0;
-        sd_journal _cleanup_journal_close_ *j = NULL;
+        _cleanup_journal_close_ sd_journal*j = NULL;
 
         log_set_max_level(LOG_DEBUG);