summaryrefslogtreecommitdiff
path: root/src/core/machine-id-setup.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-31 04:15:29 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-31 08:56:03 -0400
commit73f860db9893deab6aebceb53dd7d0deb662e832 (patch)
tree28f05ab4f0bf9af495c807a03a7b0037a6d93fb3 /src/core/machine-id-setup.c
parent5d459d6b07206963a022e9a95ea9d8c18dc0eab8 (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/core/machine-id-setup.c')
-rw-r--r--src/core/machine-id-setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/machine-id-setup.c b/src/core/machine-id-setup.c
index f15480048..712f60cb1 100644
--- a/src/core/machine-id-setup.c
+++ b/src/core/machine-id-setup.c
@@ -27,7 +27,7 @@
#include <fcntl.h>
#include <sys/mount.h>
-#include <systemd/sd-id128.h>
+#include "systemd/sd-id128.h"
#include "machine-id-setup.h"
#include "macro.h"