Commit 708df4b8 authored by Sam Lantinga's avatar Sam Lantinga

Fixed compile warning.

parent a1e6d1c1
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <unistd.h> /* For close() */
#include "SDL_stdinc.h" #include "SDL_stdinc.h"
#include "SDL_audiodev_c.h" #include "SDL_audiodev_c.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment