Blob Blame History Raw
From b1177a14132cb362a50f3ee8b79fab65ec6796dd Mon Sep 17 00:00:00 2001
From: Umut Tezduyar Lindskog <umut.tezduyar@axis.com>
Date: Thu, 3 Jul 2014 22:28:29 +0200
Subject: [PATCH] sd-path: add missing header

(cherry picked from commit 0c7448867271180e8ac5795ebdff4bee0c0acd0c)
---
 src/libsystemd/sd-path/sd-path.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libsystemd/sd-path/sd-path.c b/src/libsystemd/sd-path/sd-path.c
index 7ade915c2b..360c85405b 100644
--- a/src/libsystemd/sd-path/sd-path.c
+++ b/src/libsystemd/sd-path/sd-path.c
@@ -22,6 +22,7 @@
 #include "path-util.h"
 #include "strv.h"
 #include "sd-path.h"
+#include "missing.h"
 
 static int from_environment(const char *envname, const char *fallback, const char **ret) {
         assert(ret);