From 623f13d8198b83df890f014b1d27255f4d78f35b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 21 Oct 2016 03:00:49 -0400 Subject: wip --- src/test/test-hostname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test-hostname.c') diff --git a/src/test/test-hostname.c b/src/test/test-hostname.c index 7408d51725..fb9a66a5d8 100644 --- a/src/test/test-hostname.c +++ b/src/test/test-hostname.c @@ -17,8 +17,8 @@ along with systemd; If not, see . ***/ -#include "basic/util.h" #include "hostname-setup.h" +#include "systemd-basic/util.h" int main(int argc, char* argv[]) { int r; -- cgit v1.2.3-54-g00ecf