Commit 29e453f7c0d69df7e92efcc8293ff8d32f579c25

DRC 2018-03-16T14:09:53

turbojpeg.c: Fix Windows build Broken by previous commit. Although turbojpeg.c no longer needs tjutil.h on Un*x, it still needs to include that file on Windows in order to use snprintf() and strcasecmp() (which, on Windows, are macros that wrap _snprintf_s() and stricmp().)