diff options
Diffstat (limited to 'Xcode-iOS/Demos/src/touch.c')
-rw-r--r-- | Xcode-iOS/Demos/src/touch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xcode-iOS/Demos/src/touch.c b/Xcode-iOS/Demos/src/touch.c index 32e6cea112..470b9d1bdc 100644 --- a/Xcode-iOS/Demos/src/touch.c +++ b/Xcode-iOS/Demos/src/touch.c @@ -5,7 +5,7 @@ */ #include "SDL.h" -#include "math.h" +#include <math.h> #include "common.h" #define BRUSH_SIZE 32 /* width and height of the brush */ |