diff src/haptic/SDL_haptic.c @ 4472:791b3256fb22

Mostly cleaned up warnings with -Wmissing-prototypes
author Sam Lantinga <slouken@libsdl.org>
date Sat, 26 Jun 2010 08:56:48 -0700
parents aa8de4b80772
children
line wrap: on
line diff
--- a/src/haptic/SDL_haptic.c	Thu Jun 17 22:23:20 2010 -0700
+++ b/src/haptic/SDL_haptic.c	Sat Jun 26 08:56:48 2010 -0700
@@ -22,6 +22,7 @@
 #include "SDL_config.h"
 
 #include "SDL_syshaptic.h"
+#include "SDL_haptic_c.h"
 #include "../joystick/SDL_joystick_c.h" /* For SDL_PrivateJoystickValid */