From 84251b02bd952de2814222f1cefda9122e299356 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 31 Jan 2020 15:06:33 +0100 Subject: [PATCH] verbosity.c - add necessary header --- libretro-common/include/compat/strl.h | 2 +- verbosity.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"