diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-31 04:15:29 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-31 08:56:03 -0400 |
commit | 73f860db9893deab6aebceb53dd7d0deb662e832 (patch) | |
tree | 28f05ab4f0bf9af495c807a03a7b0037a6d93fb3 /src/journal/journal-qrcode.h | |
parent | 5d459d6b07206963a022e9a95ea9d8c18dc0eab8 (diff) |
Always prefer our headers to system headers
In practice this shouldn't make much difference, but
sometimes our headers might be newer, and we want to
test them.
Diffstat (limited to 'src/journal/journal-qrcode.h')
-rw-r--r-- | src/journal/journal-qrcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journal-qrcode.h b/src/journal/journal-qrcode.h index da6244c160..c527e65553 100644 --- a/src/journal/journal-qrcode.h +++ b/src/journal/journal-qrcode.h @@ -25,6 +25,6 @@ #include <sys/types.h> #include <stdio.h> -#include <systemd/sd-id128.h> +#include "systemd/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); |