From 91674805aedfb63984a0e1d02b4bb05546ab3db2 Mon Sep 17 00:00:00 2001 From: Stéphane Aulery Date: Thu, 27 Nov 2014 14:52:10 +0100 Subject: Relocate #include on the right place (fbi/wr) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fbi doesn't use directly setjmp(), for against wr/write-png.c used. Signed-off-by: Stéphane Aulery Signed-off-by: Gerd Hoffmann --- wr/write-png.c | 1 + 1 file changed, 1 insertion(+) (limited to 'wr') diff --git a/wr/write-png.c b/wr/write-png.c index ee4fc09..39bfcff 100644 --- a/wr/write-png.c +++ b/wr/write-png.c @@ -3,6 +3,7 @@ #include #include #include +#include #include "readers.h" #include "writers.h" -- cgit