Fix broken Linux build in 5fcdae771b.

PiperOrigin-RevId: 549338643
Change-Id: Icb2de7aa77ddb5d6c9bbf6a1140ef388ead5368c
This commit is contained in:
Saran Tunyasuvunakool
2023-07-19 09:26:30 -07:00
committed by Copybara-Service
parent 5fcdae771b
commit 7603b07a20
+2 -1
View File
@@ -19,7 +19,6 @@
// Windows
#ifdef _WIN32
// #define isnan _isnan
#define strcasecmp _stricmp
#define strncasecmp _strnicmp
@@ -30,6 +29,8 @@
// Unix-common
#else
#include <strings.h>
// Apple
#ifdef __APPLE__
#define mjQUICKSORT(buf, elnum, elsz, func, context) \