Avoid potential negative array index access to cached text.
[LibreOffice.git] / external / libjpeg-turbo / include.patch
blob0a36075ee7fc80d31110330975e3138cb433aec6
1 --- jpeglib.h
2 +++ jpeglib.h
3 @@ -31,6 +31,9 @@
4 #include "jmorecfg.h" /* seldom changed options */
7 +#include <stdio.h>
10 #ifdef __cplusplus
11 #ifndef DONT_USE_EXTERN_C
12 extern "C" {