From: Joel Rosdahl Date: Sat, 29 Aug 2015 16:32:00 +0000 (+0200) Subject: Include strings.h for strcasecmp X-Git-Tag: v3.2.4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f32a14a1e8cc8bf73a2d08f769bd8df303d591cf;p=thirdparty%2Fccache.git Include strings.h for strcasecmp --- diff --git a/system.h b/system.h index 0692dcd46..ca17b493a 100644 --- a/system.h +++ b/system.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 Joel Rosdahl + * Copyright (C) 2010-2015 Joel Rosdahl * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free @@ -44,6 +44,7 @@ #include #include #include +#include #include #include #include