summaryrefslogtreecommitdiff
path: root/test/testtimer.c
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2013-06-05 22:56:42 -0700
committerSam Lantinga <slouken@libsdl.org>2013-06-05 22:56:42 -0700
commit5ea154910640ee1a28401d8ed8a6dc0dc193ef2b (patch)
treeba439aa8125d3dae674c1be99da1a3f7ce6753e1 /test/testtimer.c
parentd5291d7bae382c92290022eec0330e088e973862 (diff)
downloadsdl-5ea154910640ee1a28401d8ed8a6dc0dc193ef2b.tar.gz
Fixed building tests on iOS
Diffstat (limited to 'test/testtimer.c')
-rw-r--r--test/testtimer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testtimer.c b/test/testtimer.c
index 8ba808692..a98ad6348 100644
--- a/test/testtimer.c
+++ b/test/testtimer.c
@@ -16,6 +16,7 @@
#if 1 /* FIXME: Rework this using the 2.0 API */
#include <stdio.h>
+#include "SDL.h"
int main(int argc, char *argv[])
{