summaryrefslogtreecommitdiff
path: root/png2ff.c
diff options
context:
space:
mode:
authorFRIGN <dev@frign.de>2016-01-06 12:29:36 +0100
committerFRIGN <dev@frign.de>2016-01-06 12:29:36 +0100
commit98dbe21bcb83fead026c295329ad2a55d8eff1b5 (patch)
tree0ac9d72d20376304a50d09d3d1682c11e80da4c3 /png2ff.c
parentb1868127e4102b2e073750c7f55fd445bee028be (diff)
Small changes in the png-utils
forgot to include setjmp.h. also correct the malloc error-messageSmall
Diffstat (limited to 'png2ff.c')
-rw-r--r--png2ff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/png2ff.c b/png2ff.c
index 4f4fc83..5a5da6c 100644
--- a/png2ff.c
+++ b/png2ff.c
@@ -2,6 +2,7 @@
#include <arpa/inet.h>
#include <errno.h>
+#include <setjmp.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>