diff --git a/stratosphere/jpegdec/source/jpegdec_main.cpp b/stratosphere/jpegdec/source/jpegdec_main.cpp index 9e6b894..1936a56 100644 --- a/stratosphere/jpegdec/source/jpegdec_main.cpp +++ b/stratosphere/jpegdec/source/jpegdec_main.cpp @@ -15,6 +15,8 @@ */ #include +/* TODO: Update libjpeg-turbo to include Nintendo's changes (support for work buffer, rather than malloc) */ + extern "C" { extern u32 __start__;