From 79b5666abecc725e1b1a4a322f1a106d0ba29bc5 Mon Sep 17 00:00:00 2001 From: Patrick Caulfield Date: Thu, 15 Nov 2001 11:46:00 +0000 Subject: [PATCH] #include for memset --- lib/mm/pool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mm/pool.h b/lib/mm/pool.h index 1bfaf8e0c..b2322976e 100644 --- a/lib/mm/pool.h +++ b/lib/mm/pool.h @@ -7,6 +7,7 @@ #ifndef _LVM_POOL_H #define _LVM_POOL_H +#include #include struct pool;