os: don't redefine GNU_SOURCE

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2009-09-04 11:01:09 +10:00
parent 09f0ee1324
commit 21f04f008e

View File

@ -29,7 +29,9 @@
#include "misc.h"
#ifdef HAVE_BACKTRACE
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <dlfcn.h>
#include <execinfo.h>