chiark / gitweb /
Export sd_bus_message_append_ap. It is renamed to sd_bus_message_appendv to follow...
[elogind.git] / src / libelogind / sd-login / test-login.c
index 9e24ab9d9b109ddd350df61ad1c8afe3182c72c7..e1559c68842f1e1171e87de20dbf796872bcb7b1 100644 (file)
 
 #include "alloc-util.h"
 #include "fd-util.h"
-#include "formats-util.h"
-#include "musl_missing.h"
+#include "format-util.h"
 #include "string-util.h"
 #include "strv.h"
 #include "util.h"
 
+/// Additional includes needed by elogind
+#include "musl_missing.h"
+
 static void test_login(void) {
         _cleanup_close_pair_ int pair[2] = { -1, -1 };
         _cleanup_free_ char *pp = NULL, *qq = NULL;