(portability) simpleaudio.c needs stdio.h
This commit is contained in:
parent
761cf00b16
commit
d8f7601b4f
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <malloc.h>
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
|
Loading…
Reference in New Issue