Skip to content

Commit

Permalink
fixed SDL include
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Nov 2, 2014
1 parent 4673ad3 commit aa166aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/Sound_Queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_5
#endif

#include <SDL2/SDL.h>
#include "SDL.h"

// Simple SDL sound wrapper that has a synchronous interface
class Sound_Queue {
Expand Down

0 comments on commit aa166aa

Please sign in to comment.