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

@ -23,6 +23,7 @@
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "timidity.h"
#include "common.h"