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:
parent
af3327018f
commit
cc564951ad
8 changed files with 8 additions and 1 deletions
|
@ -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. */
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue