From 3125ad2d7c0f5f19e4c7b794cb2869d55e263d93 Mon Sep 17 00:00:00 2001 From: rread Date: Sat, 29 Jun 2002 00:40:47 +0000 Subject: [PATCH] - need to add include for PAGE_SIZE --- lustre/utils/obdctl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/utils/obdctl.c b/lustre/utils/obdctl.c index 6bcc0d0..dd2a24f 100644 --- a/lustre/utils/obdctl.c +++ b/lustre/utils/obdctl.c @@ -50,6 +50,8 @@ #include #include +#include /* needed for PAGE_SIZE - rread*/ + #define __KERNEL__ #include #undef __KERNEL__ -- 1.8.3.1