aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
authorStéphane Aulery <saulery@free.fr>2014-11-27 14:52:10 +0100
committerGerd Hoffmann <kraxel@redhat.com>2014-12-04 10:23:33 +0100
commit91674805aedfb63984a0e1d02b4bb05546ab3db2 (patch)
treee1b09facdc0186c1f1e19984f184e74fd6cb8294 /fbi.c
parent4a0356a6a220aebd47a44d3633431556a308703b (diff)
downloadfbida-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 'fbi.c')
-rw-r--r--fbi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fbi.c b/fbi.c
index 857e839..420c77e 100644
--- a/fbi.c
+++ b/fbi.c
@@ -14,7 +14,6 @@
#include <errno.h>
#include <termios.h>
#include <math.h>
-#include <setjmp.h>
#include <signal.h>
#include <ctype.h>
#include <locale.h>