Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixes for new SDL embedded libc stuff
- Loading branch information
File 5 of 8 in
609bb6b
|
@@ -26,13 +26,12 @@ |
|
|
* Patrice Mandin |
|
|
*/ |
|
|
|
|
|
#include <string.h> |
|
|
|
|
|
/* Mint includes */ |
|
|
#include <mint/osbind.h> |
|
|
#include <mint/cookie.h> |
|
|
|
|
|
#include "SDL.h" |
|
|
#include "SDL_string.h" |
|
|
#include "SDL_sysevents.h" |
|
|
#include "SDL_events_c.h" |
|
|
|
|
|
Oops, something went wrong.