diff options
author | Sam Lantinga <slouken@libsdl.org> | 2013-06-05 22:56:42 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2013-06-05 22:56:42 -0700 |
commit | 9d951e2d1604d269c16b06dbb9be69a99814a30a (patch) | |
tree | 7e3342d47ce7b1a071f7904ac0daba831d3966ce /test | |
parent | 66367e81c97fd142964254a87591acb40bf24703 (diff) |
Fixed building tests on iOS
Diffstat (limited to 'test')
-rw-r--r-- | test/testtimer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testtimer.c b/test/testtimer.c index 8ba8086927..a98ad6348d 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[]) { |