From 73f860db9893deab6aebceb53dd7d0deb662e832 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 31 Jul 2014 04:15:29 -0400 Subject: 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. --- src/test/test-daemon.c | 2 +- src/test/test-id128.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test') diff --git a/src/test/test-daemon.c b/src/test/test-daemon.c index 3215f0c560..bcc049b325 100644 --- a/src/test/test-daemon.c +++ b/src/test/test-daemon.c @@ -21,7 +21,7 @@ #include -#include +#include "systemd/sd-daemon.h" int main(int argc, char*argv[]) { diff --git a/src/test/test-id128.c b/src/test/test-id128.c index 7b92758174..a6a0cd77a1 100644 --- a/src/test/test-id128.c +++ b/src/test/test-id128.c @@ -21,7 +21,7 @@ #include -#include +#include "systemd/sd-id128.h" #include "util.h" #include "macro.h" -- cgit v1.2.3-54-g00ecf