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

This commit is contained in:
Marisa Kirisame 2019-09-23 16:43:15 +02:00 committed by Christoph Oelckers
parent 05ab859765
commit 7f697348b1
3 changed files with 3 additions and 0 deletions

View file

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

View file

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

View file

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