]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal/journal-qrcode.h
util-lib: split out fd-related operations into fd-util.[ch]
[thirdparty/systemd.git] / src / journal / journal-qrcode.h
index 3ff6a3ad4aee2291dfb8eba76bbd0d832322995e..7d14e8754b3526a4957aa0c3c48b55e1ffd4387e 100644 (file)
@@ -21,8 +21,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <inttypes.h>
 #include <stdio.h>
 
-#include "systemd/sd-id128.h"
+#include "sd-id128.h"
 
 int print_qr_code(FILE *f, const void *seed, size_t seed_size, uint64_t start, uint64_t interval, const char *hn, sd_id128_t machine);