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

This commit is contained in:
pavlov%netscape.com 2001-03-23 07:45:00 +00:00
Родитель bbbfb80767
Коммит 6369ed0ce8
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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