office-gobmx/external/libjpeg-turbo/include.patch
Stephan Bergmann 3f39a7ada7 external/libjpeg-turbo: Missing include (for FILE)
Change-Id: Ifb80f4824ab7a89177171f7dc91a2c6bb6f954f2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151369
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-05-04 17:15:03 +02:00

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" {