diff options
author | Stéphane Aulery <saulery@free.fr> | 2014-11-27 14:52:10 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-12-04 10:23:33 +0100 |
commit | 91674805aedfb63984a0e1d02b4bb05546ab3db2 (patch) | |
tree | e1b09facdc0186c1f1e19984f184e74fd6cb8294 /wr | |
parent | 4a0356a6a220aebd47a44d3633431556a308703b (diff) | |
download | fbida-91674805aedfb63984a0e1d02b4bb05546ab3db2.tar.gz |
Relocate #include <setjmp.h> on the right place (fbi/wr)
Fbi doesn't use directly setjmp(), for against wr/write-png.c used.
Signed-off-by: Stéphane Aulery <saulery@free.fr>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'wr')
-rw-r--r-- | wr/write-png.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <string.h> #include <errno.h> #include <png.h> +#include <setjmp.h> #include "readers.h" #include "writers.h" |