- fixed a few Timidity warnings

This commit is contained in:
Christoph Oelckers 2019-09-25 17:26:19 +02:00
commit 1112a69adb
4 changed files with 7 additions and 6 deletions

View file

@ -8,6 +8,10 @@
#include "instrum.h"
#include "sf2.h"
#ifndef _WIN32
#include <strings.h>
#define stricmp strcasecmp
#endif
namespace Timidity
{