summaryrefslogtreecommitdiff
path: root/strv.h
diff options
context:
space:
mode:
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);