diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-21 22:15:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-21 22:15:06 +0200 |
commit | 15ae422b7471cf6f41ccf450243d8afd8ea0a054 (patch) | |
tree | 4d44b599571defe496890db757dfe987942594bd /strv.h | |
parent | 020379a7f7d2cca3ab37942db3d67d06c45083fe (diff) |
execute: support basic filesystem namespacing
Diffstat (limited to 'strv.h')
-rw-r--r-- | strv.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |