summaryrefslogtreecommitdiff
path: root/src/run
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-09-09 17:31:10 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-09-09 17:35:52 -0400
commit4bcc8c3cb57733de6eeb2528a194501fade11e6b (patch)
tree75c950983b3ad00f38d7d7edec6cb7f5cb24b60e /src/run
parentc9d954b27ee125c3c90a6d2951c62eec4abb160b (diff)
Fix two compiler warnings
Diffstat (limited to 'src/run')
-rw-r--r--src/run/run.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run/run.c b/src/run/run.c
index da8c788ee..18a4920f0 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;