Add limits.h #include for SSIZE_MAX

Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2014-10-23 08:06:34 +00:00
parent 7128b2846a
commit fcb748b9b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273537

View File

@ -47,6 +47,10 @@ __RCSID("$NetBSD: t_msgrcv.c,v 1.3 2013/07/24 11:44:10 skrll 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