X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcrossmingw32-libjpeg.git;a=blobdiff_plain;f=libjpeg-c%2B%2B.patch;h=3e4166ae043b5645a618b9acf989ab237d891556;hp=81dcc397d1664c64a8b94ed9d1d4c7caf0120441;hb=5542fb07f616ccd8d0bc1548ccdb9696e97743df;hpb=937755d03bf9004304a7e2d41ce7d44fc5b6a4b1 diff --git a/libjpeg-c++.patch b/libjpeg-c++.patch index 81dcc39..3e4166a 100644 --- a/libjpeg-c++.patch +++ b/libjpeg-c++.patch @@ -13,8 +13,8 @@ * installation of the JPEG library is set up. jconfig.h can be @@ -1091,6 +1095,10 @@ #ifdef JPEG_INTERNALS - #include "jpegint.h" /* fetch private declarations */ - #include "jerror.h" /* fetch error codes too */ + #include /* fetch private declarations */ + #include /* fetch error codes too */ +#endif + +#ifdef __cplusplus