Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compile warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 14, 2010
1 parent 059f51b commit 8d58526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/audio/SDL_audiodev.c
Expand Up @@ -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"
Expand Down

0 comments on commit 8d58526

Please sign in to comment.