From 4af7520647320c6cab6588e41bbf7224548b0561 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 20 Aug 2005 23:04:35 +0000 Subject: [project @ 2005-08-20 23:04:35 by bursa] Fix strndup() warnings. svn path=/import/netsurf/; revision=1850 --- riscos/ucstables.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'riscos/ucstables.c') diff --git a/riscos/ucstables.c b/riscos/ucstables.c index ef103f367..ccc0f4582 100644 --- a/riscos/ucstables.c +++ b/riscos/ucstables.c @@ -8,6 +8,8 @@ /** \file * UCS conversion tables and RISC OS-specific UTF-8 text handling */ + +#define _GNU_SOURCE /* for strndup */ #include #include #include -- cgit v1.2.3