Browse Source

Fixed the header guard in the darwin SDL_sysjoystick_c.h file.

Alex Szpakowski 10 years ago
parent
commit
76fc378837
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/joystick/darwin/SDL_sysjoystick_c.h

+ 1 - 0
src/joystick/darwin/SDL_sysjoystick_c.h

@@ -21,6 +21,7 @@
 #include "../../SDL_internal.h"
 
 #ifndef SDL_JOYSTICK_IOKIT_H
+#define SDL_JOYSTICK_IOKIT_H
 
 #include <IOKit/hid/IOHIDLib.h>