summaryrefslogtreecommitdiff
path: root/gtk/gtksearchenginesimple.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-05-25 23:13:42 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-05-25 23:13:42 -0400
commit1bb7e28c90b4180301bb05bae5fa89a27ca273bb (patch)
treea337e28bf476b8056d3989dc7d94ab71c31c31e2 /gtk/gtksearchenginesimple.c
parentd1b5d0567bc1086938a66576d291c9c93c4a4673 (diff)
downloadgtk+-1bb7e28c90b4180301bb05bae5fa89a27ca273bb.tar.gz
Fix the build on Solaris
http://bugzilla.gnome.org/show_bug.cgi?id=663991
Diffstat (limited to 'gtk/gtksearchenginesimple.c')
-rw-r--r--gtk/gtksearchenginesimple.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtksearchenginesimple.c b/gtk/gtksearchenginesimple.c
index 1905f427b0..8d0e07f44e 100644
--- a/gtk/gtksearchenginesimple.c
+++ b/gtk/gtksearchenginesimple.c
@@ -26,8 +26,8 @@
* export ftw() and friends only if _XOPEN_SOURCE and _GNU_SOURCE
* are defined. see bug #444097.
*/
-#define _XOPEN_SOURCE 500
-#define _GNU_SOURCE
+#define _XOPEN_SOURCE 600
+#define _GNU_SOURCE
#ifdef HAVE_FTW_H
#include <ftw.h>