SDL_internal.h should be included to support dynamic API and fix warnings.
@@ -18,6 +18,7 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
+#include "../../SDL_internal.h"
#include <stdio.h>
#include <string.h>
/* This is the PSP implementation of the SDL joystick API */
#include <pspctrl.h>
/* Semaphore functions for the PSP. */
@@ -18,7 +18,7 @@
-
/* PSP thread management routines for SDL */
#include "SDL_thread.h"
#include "SDL_timer.h"
/* Being a null driver, there's no event stream. We just define stubs for
most of the API. */
#include <stdlib.h>