aboutsummaryrefslogtreecommitdiff
path: root/graphics/pyro/files/patch-jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pyro/files/patch-jpeg.c')
-rw-r--r--graphics/pyro/files/patch-jpeg.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/pyro/files/patch-jpeg.c b/graphics/pyro/files/patch-jpeg.c
new file mode 100644
index 000000000000..3e352b7e5de0
--- /dev/null
+++ b/graphics/pyro/files/patch-jpeg.c
@@ -0,0 +1,10 @@
+--- jpeg.c.orig
++++ jpeg.c
+@@ -5,6 +5,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <malloc.h>
+ #include "jpeglib.h"
+ #include <setjmp.h>