Fixes Bugzilla #2721.
@@ -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>