Skip to content

Commit

Permalink
mapfile.c: don't redefine _GNU_SOURCE
Browse files Browse the repository at this point in the history
Avoids compiler warning.
  • Loading branch information
MaxKellermann committed Mar 27, 2014
1 parent 9b4b819 commit 079f816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mapfile.c
Expand Up @@ -27,7 +27,9 @@
* DEALINGS IN THE SOFTWARE.
****************************************************************************/

#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif

#include <stdarg.h>
#include <assert.h>
Expand Down

0 comments on commit 079f816

Please sign in to comment.