From ccc8bda10c48f90258b748ef89c6dc38c5a472c2 Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 26 Dec 2013 23:37:30 +0100 Subject: [PATCH] Include strcasestr.h in compat.c. --- compat/compat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/compat.c b/compat/compat.c index 4de76e1564..ec0f8d5cac 100644 --- a/compat/compat.c +++ b/compat/compat.c @@ -15,6 +15,7 @@ #include "getopt_rarch.h" #include "strl.h" +#include "strcasestr.h" #include "posix_string.h" #ifndef HAVE_GETOPT_LONG