changeset 10604 | 27d0fb08d755 |
parent 9998 | f67cf37e9cd4 |
child 10609 | d702ecbd8ba7 |
1.1 --- a/src/test/SDL_test_fuzzer.c Fri Nov 11 12:41:06 2016 -0800 1.2 +++ b/src/test/SDL_test_fuzzer.c Fri Nov 11 13:14:00 2016 -0800 1.3 @@ -34,7 +34,6 @@ 1.4 #define UINT32_MAX ~(Uint32)0 1.5 #define UINT64_MAX ~(Uint64)0 1.6 #else 1.7 -#define _GNU_SOURCE 1.8 #include <stdint.h> 1.9 #endif 1.10 #include <stdio.h>