Fixed compiling Linux code

This commit is contained in:
Sam Lantinga 2012-12-11 12:08:36 -08:00
parent 71f9f9517c
commit af4d258edb
2 changed files with 4 additions and 6 deletions

View file

@ -28,7 +28,7 @@ struct joystick_hwdata
int device_instance;
SDL_bool removed;
JoystickGUID guid;
SDL_JoystickGUID guid;
char *fname; /* Used in haptic subsystem */
/* The current linux joystick driver maps hats to two axes */