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 - Missing SDL_assert.h
Summary: Missing SDL_assert.h
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: joystick (show other bugs)
Version: HG 2.0
Hardware: ARM Android (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-01 09:37 UTC by miguel
Modified: 2011-09-02 13:41 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.