define SIZE_T_MAX

--HG--
branch : fuzz
This commit is contained in:
Matt Johnston 2017-05-22 22:09:46 +08:00
parent 84a143a605
commit a43b6b0323

View File

@ -156,6 +156,10 @@ typedef unsigned int u_int32_t;
typedef u_int32_t uint32_t; typedef u_int32_t uint32_t;
#endif /* HAVE_UINT32_T */ #endif /* HAVE_UINT32_T */
#ifndef SIZE_T_MAX
#define SIZE_T_MAX ULONG_MAX
#endif /* SIZE_T_MAX */
#ifdef SO_PRIORITY #ifdef SO_PRIORITY
#include <linux/types.h> #include <linux/types.h>
#include <linux/pkt_sched.h> #include <linux/pkt_sched.h>