Skip to content

Commit

Permalink
testhaptic.c: include stdlib.h for exit()
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jan 22, 2024
1 parent a8eeb18 commit aaf426e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testhaptic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aaf426e

Please sign in to comment.