add #include <stdint.h> for SIZE_MAX

This commit is contained in:
Holger Vogt 2020-04-25 21:06:45 +02:00
parent 0f35953fdf
commit 5b715a931d
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
Copyright 1990 Regents of the University of California. All rights reserved.
**********/
/* for SIZE_MAX */
#include <stdint.h>
/* for thread handling */
#if defined __MINGW32__ || defined _MSC_VER
#include <windows.h>