verbosity.c - add necessary header

This commit is contained in:
twinaphex 2020-01-31 15:06:33 +01:00
parent f0e889b552
commit 84251b02bd
2 changed files with 2 additions and 1 deletions

View File

@ -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).

View File

@ -48,6 +48,7 @@
#include <string/stdstring.h>
#include <streams/file_stream.h>
#include <compat/fopen_utf8.h>
#include <retro_miscellaneous.h>
#ifdef HAVE_CONFIG_H
#include "config.h"