summaryrefslogtreecommitdiff
path: root/src/core/service.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-09-18 11:27:56 +0200
committerLennart Poettering <lennart@poettering.net>2012-09-18 11:27:56 +0200
commit41f9172f427bdbb8221c64029f78364b8dd4e527 (patch)
treec453401440ea60a8c59c54bf96dfb9b8f86daebc /src/core/service.c
parent99006251161aee07b6a099e3186b4360be66eeaa (diff)
unit: split unit_printf() and friends into its own .c file
Diffstat (limited to 'src/core/service.c')
-rw-r--r--src/core/service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/service.c b/src/core/service.c
index 5f7ddfaf14..1e3e875c3f 100644
--- a/src/core/service.c
+++ b/src/core/service.c
@@ -33,6 +33,7 @@
#include "log.h"
#include "strv.h"
#include "unit-name.h"
+#include "unit-printf.h"
#include "dbus-service.h"
#include "special.h"
#include "bus-errors.h"