office-gobmx/external/libjpeg-turbo/include.patch

13 lines
197 B
Diff
Raw Normal View History

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