save
[protos/libecoli.git] / lib / ecoli_strvec.h
index 6178777..d94937b 100644 (file)
@@ -28,6 +28,9 @@
 #ifndef ECOLI_STRVEC_
 #define ECOLI_STRVEC_
 
+#include <sys/types.h>
+#include <stdio.h>
+
 struct ec_strvec *ec_strvec_new(void);
 int ec_strvec_add(struct ec_strvec *strvec, const char *s);
 struct ec_strvec *ec_strvec_dup(const struct ec_strvec *strvec);