evas: fix loader to properly define _XOPEN_SOURCE for Solaris.

This commit is contained in:
Cedric Bail 2013-12-04 17:10:47 +09:00
parent 70474a4bc5
commit 885222f22d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#define _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#ifdef HAVE_CONFIG_H
# include <config.h>