mirror of https://github.com/encounter/SDL.git
fix some warnings from psp builds (missing includes.)
This commit is contained in:
parent
da5dbb4763
commit
00014dc2ac
|
@ -25,6 +25,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <malloc.h> /* memalign() */
|
||||||
|
|
||||||
#include "SDL_audio.h"
|
#include "SDL_audio.h"
|
||||||
#include "SDL_error.h"
|
#include "SDL_error.h"
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
#include "SDL_keyboard.h"
|
#include "SDL_keyboard.h"
|
||||||
#include "../../thread/SDL_systhread.h"
|
#include "../../thread/SDL_systhread.h"
|
||||||
#include <psphprm.h>
|
#include <psphprm.h>
|
||||||
|
#include <pspthreadman.h>
|
||||||
|
|
||||||
#ifdef PSPIRKEYB
|
#ifdef PSPIRKEYB
|
||||||
#include <pspirkeyb.h>
|
#include <pspirkeyb.h>
|
||||||
|
|
Loading…
Reference in New Issue