3f39a7ada7
Change-Id: Ifb80f4824ab7a89177171f7dc91a2c6bb6f954f2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151369 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
12 lines
197 B
Diff
12 lines
197 B
Diff
--- 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" {
|