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

This commit is contained in:
Alex Szpakowski
2015-09-14 22:44:20 -03:00
parent d084fc60ae
commit 34f7c8c2af

View File

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