summaryrefslogtreecommitdiff
path: root/strv.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-21 22:15:06 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-21 22:15:06 +0200
commit15ae422b7471cf6f41ccf450243d8afd8ea0a054 (patch)
tree4d44b599571defe496890db757dfe987942594bd /strv.h
parent020379a7f7d2cca3ab37942db3d67d06c45083fe (diff)
execute: support basic filesystem namespacing
Diffstat (limited to 'strv.h')
-rw-r--r--strv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/strv.h b/strv.h
index 7ee9a95a8f..603e0e7282 100644
--- a/strv.h
+++ b/strv.h
@@ -22,6 +22,9 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#include <stdarg.h>
+#include <stdbool.h>
+
#include "macro.h"
char *strv_find(char **l, const char *name);