Fixed compile warning.

This commit is contained in:
Sam Lantinga 2010-07-13 22:22:43 -07:00
parent a1e6d1c112
commit 708df4b867

View file

@ -28,6 +28,7 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h> /* For close() */
#include "SDL_stdinc.h"
#include "SDL_audiodev_c.h"