diff options
Diffstat (limited to 'third_party/libjpeg/jinclude.h')
-rw-r--r-- | third_party/libjpeg/jinclude.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libjpeg/jinclude.h b/third_party/libjpeg/jinclude.h index 157a606e22..94a09c2018 100644 --- a/third_party/libjpeg/jinclude.h +++ b/third_party/libjpeg/jinclude.h @@ -20,7 +20,7 @@ #include "jconfig.h" /* auto configuration options */ #define JCONFIG_INCLUDED /* so that jpeglib.h doesn't do it again */ -#include "core/include/fxcrt/fx_system.h" +#include "core/fxcrt/include/fx_system.h" /* * We need the NULL macro and size_t typedef. |