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 5391

Summary: SDL 2.0.14 RC macOS framework is missing SDL_misc.h
Product: SDL Reporter: Cameron Gutman <cameron.gutman>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: blocker    
Priority: P2    
Version: 2.0.14   
Hardware: All   
OS: Mac OS X (All)   

Description Cameron Gutman 2020-12-11 01:45:09 UTC
Attempting to #include <SDL.h> causes a compilation error because SDL_misc.h is not included in SDL2.framework in the 2.0.14 RC DMG.

SDL2.framework/Versions/A/Headers/SDL.h:63:10: fatal error: 'SDL_misc.h' file not found
#include "SDL_misc.h"
         ^~~~~~~~~~~~
1 error generated.
Comment 1 Sam Lantinga 2020-12-13 08:23:27 UTC
Fixed, thanks!