Added missing include statements in implementation for PSP.

SDL_internal.h should be included to support dynamic API and fix warnings.
This commit is contained in:
Philipp Wiesemann
2015-01-31 22:43:05 +01:00
parent 43500a78b8
commit d036ad84ae
8 changed files with 8 additions and 1 deletions

View File

@@ -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 "SDL_thread.h"
#include "SDL_timer.h"