Add #include <stdlib.h> for Windows build support.

Signed-off-by: Mike Inouye <mikeinouye@google.com>
This commit is contained in:
Mike Inouye 2024-09-18 23:29:11 +00:00
parent ee5acbbc01
commit 5bd52161cd
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
***********************************************************************/
#include <limits.h>
#include <stdlib.h>
#include "extra.h"