1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-30 12:04:07 +00:00

Fix ibcs2_ipc.c build by adding missing limits.h include.

Submitted by:	keramida
This commit is contained in:
Robert Watson 2009-06-25 07:25:39 +00:00
parent 893ef4d21c
commit d4b9a71c71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194942

View File

@ -28,6 +28,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/limits.h>
#include <sys/msg.h>
#include <sys/sem.h>
#include <sys/shm.h>