Fix the build on Solaris

http://bugzilla.gnome.org/show_bug.cgi?id=663991
This commit is contained in:
Matthias Clasen 2012-05-25 23:13:42 -04:00
parent d1b5d0567b
commit 1bb7e28c90

View File

@ -26,8 +26,8 @@
* export ftw() and friends only if _XOPEN_SOURCE and _GNU_SOURCE * export ftw() and friends only if _XOPEN_SOURCE and _GNU_SOURCE
* are defined. see bug #444097. * are defined. see bug #444097.
*/ */
#define _XOPEN_SOURCE 500 #define _XOPEN_SOURCE 600
#define _GNU_SOURCE #define _GNU_SOURCE
#ifdef HAVE_FTW_H #ifdef HAVE_FTW_H
#include <ftw.h> #include <ftw.h>