From 4bcc8c3cb57733de6eeb2528a194501fade11e6b Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 9 Sep 2013 17:31:10 -0400 Subject: Fix two compiler warnings --- src/run/run.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/run') diff --git a/src/run/run.c b/src/run/run.c index da8c788eea..18a4920f03 100644 --- a/src/run/run.c +++ b/src/run/run.c @@ -28,6 +28,7 @@ #include "strv.h" #include "build.h" #include "unit-name.h" +#include "path-util.h" static bool arg_scope = false; static bool arg_user = false; -- cgit v1.2.3-54-g00ecf