Fix compilation error. Add missing #define _GNU_SOURCE

This commit is contained in:
François Grisez 2014-08-29 16:32:27 +02:00
parent 0369a30fb0
commit b6d1b58b17

View file

@ -17,9 +17,13 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#define _GNU_SOURCE
#include "linphonecore.h"
#include "private.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/*******************************************************************************