chiark / gitweb /
execute: support basic filesystem namespacing
[elogind.git] / strv.h
diff --git a/strv.h b/strv.h
index 7ee9a95a8f5c68d35ebc46b0f9f389e9fe1d420c..603e0e72824dc4c73168adc05f80792c8b836384 100644 (file)
--- 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);