(portability) simple-tone-generator.c needs stdio.h
This commit is contained in:
parent
577b84d7f2
commit
ead6952a58
|
@ -22,6 +22,7 @@
|
|||
#include <strings.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "simpleaudio.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue