diff options
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); |