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 af3327018f
commit cc564951ad
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 */