Chromium Code Reviews| Index: third_party/iccjpeg/iccjpeg.h |
| diff --git a/third_party/iccjpeg/iccjpeg.h b/third_party/iccjpeg/iccjpeg.h |
| index 5e1888d9ef77549a9a546ed0fb087a2f1029be9d..25dd42e737e6142cb4784f59cd0dfeadd65f2ed4 100644 |
| --- a/third_party/iccjpeg/iccjpeg.h |
| +++ b/third_party/iccjpeg/iccjpeg.h |
| @@ -17,7 +17,12 @@ |
| */ |
| #include <stdio.h> /* needed to define "FILE", "NULL" */ |
| + |
| +#if defined(USE_SYSTEM_LIBJPEG) |
| +#include <jpeglib.h> |
| +#else |
| #include "jpeglib.h" |
| +#endif |
| /* |