X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtksearchenginesimple.c;h=8d0e07f44e6afbca06b0b6683cc22d9193d88cea;hb=32825a66ac8e65bf98cafed26a339fa1f31eddd4;hp=55e8f7b9e1f66775aa34c0ea7e238850375a6923;hpb=d005b013196bc8b69474f718a5817baf9aec99af;p=~andy%2Fgtk diff --git a/gtk/gtksearchenginesimple.c b/gtk/gtksearchenginesimple.c index 55e8f7b9e..8d0e07f44 100644 --- a/gtk/gtksearchenginesimple.c +++ b/gtk/gtksearchenginesimple.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * License along with this library. If not, see . * * Author: Alexander Larsson * @@ -27,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