blob: cfcdc174165ddabab8fc5bc29aeb50cc155392d4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- ./ofc/DJPEGImage.m.orig 2008-08-20 19:16:29.000000000 +0200
+++ ./ofc/DJPEGImage.m 2014-08-29 08:26:49.885998054 +0200
@@ -25,6 +25,7 @@
//==============================================================================
#include <setjmp.h>
+#include <stdio.h>
#include "ofc/DJPEGImage.h"
|