Skip to content

Commit

Permalink
contrib/libopenraw: include stdio for libjpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed May 31, 2024
1 parent f0f1cf9 commit 52ed3c1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions contrib/libopenraw/patches/FILE.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FILE for jpeglib.h
--
--- a/lib/jfifcontainer.cpp
+++ b/lib/jfifcontainer.cpp
@@ -30,6 +30,7 @@
* as found on debian because some people have this installed.
*/
extern "C" {
+#include <stdio.h>
#include <jpeglib.h>
}

0 comments on commit 52ed3c1

Please sign in to comment.