aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pyro/files/patch-jpeg.c
blob: 3e352b7e5de0be27db74c6b6e67151c393425161 (plain) (blame)
1
2
3
4
5
6
7
8
9
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>