13 lines
197 B
Diff
13 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" {
|