From 380c1a7724ccb056af1cb68a5caef2efc4a4c6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Mon, 15 Sep 2014 21:30:04 -0300 Subject: [PATCH] (string_list.c) Include posix_string.h --- string_list.c | 1 + 1 file changed, 1 insertion(+) diff --git a/string_list.c b/string_list.c index 72128434c8..646b0b3b1a 100644 --- a/string_list.c +++ b/string_list.c @@ -21,6 +21,7 @@ #include "miscellaneous.h" #include "compat/strl.h" #include "string_list.h" +#include "compat/posix_string.h" void string_list_free(struct string_list *list) {