repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid potential negative array index access to cached text.
[LibreOffice.git]
/
external
/
libjpeg-turbo
/
include.patch
blob
0a36075ee7fc80d31110330975e3138cb433aec6
1
--- jpeglib.h
2
+++ jpeglib.h
3
@@ -31,6 +31,9 @@
4
#include "jmorecfg.h" /* seldom changed options */
5
6
7
+#include <stdio.h>
8
+
9
+
10
#ifdef __cplusplus
11
#ifndef DONT_USE_EXTERN_C
12
extern "C" {