summaryrefslogtreecommitdiffstats
path: root/external/libjpeg-turbo/include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/libjpeg-turbo/include.patch')
-rw-r--r--external/libjpeg-turbo/include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/external/libjpeg-turbo/include.patch b/external/libjpeg-turbo/include.patch
new file mode 100644
index 0000000000..0a36075ee7
--- /dev/null
+++ b/external/libjpeg-turbo/include.patch
@@ -0,0 +1,12 @@
+--- jpeglib.h
++++ jpeglib.h
+@@ -31,6 +31,9 @@
+ #include "jmorecfg.h" /* seldom changed options */
+
+
++#include <stdio.h>
++
++
+ #ifdef __cplusplus
+ #ifndef DONT_USE_EXTERN_C
+ extern "C" {