Add string.h includes where needed. Fixes Linux builds.

This commit is contained in:
Mari the Deer 2019-09-23 16:43:15 +02:00 committed by Christoph Oelckers
commit 7f697348b1
3 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "timidity.h"