From f32a14a1e8cc8bf73a2d08f769bd8df303d591cf Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 29 Aug 2015 18:32:00 +0200 Subject: [PATCH] Include strings.h for strcasecmp --- system.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3