chiark / gitweb /
bmfmt: allow passing more than one config file name
[elogind.git] / src / test-id128.c
index 520a49636670db55e51a961d36735ba3af229a08..617c95568bd78907b3a6bbd1b7d9467009fb4a5a 100644 (file)
@@ -21,7 +21,8 @@
 
 #include <string.h>
 
-#include "sd-id128.h"
+#include <systemd/sd-id128.h>
+
 #include "util.h"
 #include "macro.h"
 
@@ -45,7 +46,7 @@ int main(int argc, char *argv[]) {
 
         printf("waldi: %s\n", sd_id128_to_string(ID128_WALDI, t));
 
-        printf("waldi2: " SD_FORMAT_ID128_STR "\n", SD_FORMAT_ID128_VAL(ID128_WALDI));
+        printf("waldi2: " SD_ID128_FORMAT_STR "\n", SD_ID128_FORMAT_VAL(ID128_WALDI));
 
         return 0;
 }