From 94383da335bea7fb92d3c15943e0458a4c6e29f6 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 9 May 2015 08:28:33 +0200 Subject: fmap: request libc compatibility level that includes memccpy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I928efe6f63305a0099d64e83091aa80768582f48 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/10160 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- util/cbfstool/flashmap/fmap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/cbfstool') diff --git a/util/cbfstool/flashmap/fmap.c b/util/cbfstool/flashmap/fmap.c index 5438d49f8f..f143beb90f 100644 --- a/util/cbfstool/flashmap/fmap.c +++ b/util/cbfstool/flashmap/fmap.c @@ -32,6 +32,8 @@ * Software Foundation. */ +#define _XOPEN_SOURCE 700 + #include #include #include -- cgit v1.2.3