diff options
author | Philipp Wiesemann <philipp.wiesemann@arcor.de> | 2015-01-31 22:43:05 +0100 |
---|---|---|
committer | Philipp Wiesemann <philipp.wiesemann@arcor.de> | 2015-01-31 22:43:05 +0100 |
commit | ee06d1bc3fe225a5e971ecbef65fcfcb6e89adcf (patch) | |
tree | cb5062400bf92d238214978c7563d3e2a209f7f3 /src/timer | |
parent | 96dbb24035be2765c645117e104e6f305e09e679 (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.c | 1 |
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" |