Add limits.h #include for SSIZE_MAX
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
181c971463
commit
18ff707cdd
@ -47,6 +47,10 @@ __RCSID("$NetBSD: t_msgsnd.c,v 1.2 2011/11/05 08:47:54 jruoho Exp $");
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#define MSG_KEY 1234
|
||||
#define MSG_MTYPE_1 0x41
|
||||
#define MSG_MTYPE_2 0x42
|
||||
|
Loading…
x
Reference in New Issue
Block a user