mirror of https://github.com/encounter/SDL.git
Make sure we have the vsscanf() prototype (thanks, Ozkan!).
issue seen with glibc-2.8. Fixes Bugzilla #2721.
This commit is contained in:
parent
cb24f4de94
commit
75702ffebc
|
@ -23,6 +23,10 @@
|
||||||
#define SDL_DISABLE_ANALYZE_MACROS 1
|
#define SDL_DISABLE_ANALYZE_MACROS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef _GNU_SOURCE
|
||||||
|
#define _GNU_SOURCE 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../SDL_internal.h"
|
#include "../SDL_internal.h"
|
||||||
|
|
||||||
/* This file contains portable string manipulation functions for SDL */
|
/* This file contains portable string manipulation functions for SDL */
|
||||||
|
|
Loading…
Reference in New Issue