(portability) simpleaudio.c needs stdio.h

This commit is contained in:
Mike Tedesco 2012-10-04 18:08:31 -07:00 committed by Kamal Mostafa
parent 761cf00b16
commit d8f7601b4f
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <malloc.h>
#include <assert.h>
#include <stdio.h>
#ifdef HAVE_CONFIG_H
#include "config.h"