summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-08-21 20:33:42 +0000
committerbde <bde@FreeBSD.org>1997-08-21 20:33:42 +0000
commit6be005551ffd1ace2f7ba1934a910737f2e59575 (patch)
treec792cf83bf1989913aff1a9967b41c251bcbbe19 /sys/vm/vm_glue.c
parent9b3b0bd641dd507fae1fb2833ed51ddb5dbd9b8b (diff)
downloadFreeBSD-src-6be005551ffd1ace2f7ba1934a910737f2e59575.zip
FreeBSD-src-6be005551ffd1ace2f7ba1934a910737f2e59575.tar.gz
#include <machine/limits.h> explicitly in the few places that it is required.
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index beba123..e8d1731 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -59,7 +59,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_glue.c,v 1.63 1997/04/13 01:48:34 dyson Exp $
+ * $Id: vm_glue.c,v 1.64 1997/04/14 03:40:42 peter Exp $
*/
#include "opt_rlimit.h"
@@ -76,6 +76,8 @@
#include <sys/dkstat.h>
#include <sys/unistd.h>
+#include <machine/limits.h>
+
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/vm_inherit.h>
OpenPOWER on IntegriCloud