diff options
Diffstat (limited to 'tests/hello_world_gles.c')
-rw-r--r-- | tests/hello_world_gles.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hello_world_gles.c b/tests/hello_world_gles.c index 088b9dae..6f7a4324 100644 --- a/tests/hello_world_gles.c +++ b/tests/hello_world_gles.c @@ -59,6 +59,7 @@ #define GEAR_VERTEX_STRIDE 6 #ifndef HAVE_BUILTIN_SINCOS +#define sincos _sincos static void sincos (double a, double *s, double *c) { |