summaryrefslogtreecommitdiff
path: root/emulators/palmosemulator/patches/patch-ai
blob: 1dd028779cba67110f39c3a362b5049e9385113d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ai,v 1.1 2003/01/05 03:31:25 dsainty Exp $

jinclude.h is not part of the libjpeg interface, and isn't available from the
pkgsrc libjpeg installation.  But we need to include <stdio.h> ourselves for
the benefit of "jpeglib.h".

--- SrcShared/EmJPEG.h.orig	Sat Mar 30 01:11:14 2002
+++ SrcShared/EmJPEG.h	Wed Jan  1 18:05:36 2003
@@ -30,7 +30,7 @@
 
 extern "C"
 {
-	#include "jinclude.h"
+	#include <stdio.h>
 	#include "jpeglib.h"
 	#include "jerror.h"
 }