summaryrefslogtreecommitdiff
path: root/external/libjpeg-turbo/include.patch
blob: 0a36075ee7fc80d31110330975e3138cb433aec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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" {