adding extern "C" around the #include <jpeglib.h> to fix bug 73164 r=tor@cs.brown.edu

git-svn-id: svn://10.0.0.236/trunk@90217 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%netscape.com 2001-03-23 07:45:00 +00:00
parent 38805b0f14
commit d15881bd4c

View File

@ -35,7 +35,9 @@
#include "nsIInputStream.h"
#include "nsIPipe.h"
extern "C" {
#include "jpeglib.h"
}
#include <setjmp.h>