Browse Source

add #include <stdint.h> for SIZE_MAX

pre-master-46
Holger Vogt 6 years ago
parent
commit
a40f06de52
  1. 3
      src/misc/alloc.c

3
src/misc/alloc.c

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

Loading…
Cancel
Save