From 6369ed0ce86efcbd9f220a35c35eb8d995732f94 Mon Sep 17 00:00:00 2001 From: "pavlov%netscape.com" Date: Fri, 23 Mar 2001 07:45:00 +0000 Subject: [PATCH] adding extern "C" around the #include to fix bug 73164 r=tor@cs.brown.edu --- modules/libpr0n/decoders/jpeg/nsJPEGDecoder.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/libpr0n/decoders/jpeg/nsJPEGDecoder.h b/modules/libpr0n/decoders/jpeg/nsJPEGDecoder.h index d608c0b6a0f..023f0cb707d 100644 --- a/modules/libpr0n/decoders/jpeg/nsJPEGDecoder.h +++ b/modules/libpr0n/decoders/jpeg/nsJPEGDecoder.h @@ -35,7 +35,9 @@ #include "nsIInputStream.h" #include "nsIPipe.h" +extern "C" { #include "jpeglib.h" +} #include