diff --git a/libretro-common/include/compat/strl.h b/libretro-common/include/compat/strl.h index c70f119557..5e7a892fcb 100644 --- a/libretro-common/include/compat/strl.h +++ b/libretro-common/include/compat/strl.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2018 The RetroArch team +/* Copyright (C) 2010-2020 The RetroArch team * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (strl.h). diff --git a/verbosity.c b/verbosity.c index 50b32a3d9f..79bceb31d0 100644 --- a/verbosity.c +++ b/verbosity.c @@ -48,6 +48,7 @@ #include #include #include +#include #ifdef HAVE_CONFIG_H #include "config.h"