testhaptic.c: include stdlib.h for exit()
This commit is contained in:
parent
a8eeb181b6
commit
aaf426e280
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|||
*/
|
||||
#include "SDL.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef SDL_HAPTIC_DISABLED
|
||||
|
||||
static SDL_Haptic *haptic;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue