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 96dbb24035
commit ee06d1bc3f
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"
/* Semaphore functions for the PSP. */

View File

@@ -18,7 +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"
/* PSP thread management routines for SDL */