Skip to content

Commit

Permalink
Some setups need _GNU_SOURCE to make LLONG_MAX available (thanks, Ozk…
Browse files Browse the repository at this point in the history
…an!).

Fixes Bugzilla #2721.
  • Loading branch information
icculus committed May 26, 2015
1 parent a21672c commit 2e2b84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/SDL_test_fuzzer.c
Expand Up @@ -34,6 +34,7 @@
#define UINT32_MAX ~(Uint32)0
#define UINT64_MAX ~(Uint64)0
#else
#define _GNU_SOURCE
#include <stdint.h>
#endif
#include <stdio.h>
Expand Down

0 comments on commit 2e2b84f

Please sign in to comment.