summaryrefslogtreecommitdiff
path: root/src/timer
diff options
context:
space:
mode:
authorPhilipp Wiesemann <philipp.wiesemann@arcor.de>2015-01-31 22:43:05 +0100
committerPhilipp Wiesemann <philipp.wiesemann@arcor.de>2015-01-31 22:43:05 +0100
commitee06d1bc3fe225a5e971ecbef65fcfcb6e89adcf (patch)
treecb5062400bf92d238214978c7563d3e2a209f7f3 /src/timer
parent96dbb24035be2765c645117e104e6f305e09e679 (diff)
Added missing include statements in implementation for PSP.
SDL_internal.h should be included to support dynamic API and fix warnings.
Diffstat (limited to 'src/timer')
-rw-r--r--src/timer/psp/SDL_systimer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timer/psp/SDL_systimer.c b/src/timer/psp/SDL_systimer.c
index b706f44951..1ae3d7fe58 100644
--- a/src/timer/psp/SDL_systimer.c
+++ b/src/timer/psp/SDL_systimer.c
@@ -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"