We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1298

Summary: Missing SDL_assert.h
Product: SDL Reporter: miguel <juvinious>
Component: joystickAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: jon
Version: HG 2.0   
Hardware: ARM   
OS: Android (All)   

Description miguel 2011-09-01 09:37:22 UTC
Rebuilding hg changeset b89f7f3bc9be SDL_joystick.c fails to compile.

SDL_joystick.o: In function `SDL_JoystickQuit':
SDL_joystick.c:404: undefined reference to `SDL_assert'

#include "SDL_assert.h" fixes it.
Comment 1 jon 2011-09-02 13:41:59 UTC
This bug was fixed in changeset b781fa6468aa and can now be closed.