Commit 875e873f268df7de891d4b5a5317a50014a553b7

DRC 2019-07-11T17:05:15

tjutil.c: Fix compiler warning with Visual Studio Apparently windows.h includes stdlib.h, which defines the max() and min() macros, so we need to ensure that tjutil.h is included after that.