Skip to content

Commit

Permalink
Make sure we have the vsscanf() prototype (thanks, Ozkan!).
Browse files Browse the repository at this point in the history
issue seen with glibc-2.8.

Fixes Bugzilla #2721.
  • Loading branch information
icculus committed May 28, 2015
1 parent cb24f4d commit 75702ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stdlib/SDL_string.c
Expand Up @@ -23,6 +23,10 @@
#define SDL_DISABLE_ANALYZE_MACROS 1
#endif

#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif

#include "../SDL_internal.h"

/* This file contains portable string manipulation functions for SDL */
Expand Down

0 comments on commit 75702ff

Please sign in to comment.