summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Caulfield <pcaulfie@redhat.com>2001-11-15 11:46:00 +0000
committerPatrick Caulfield <pcaulfie@redhat.com>2001-11-15 11:46:00 +0000
commit77faac8740fc11e4e3469c62577c7cf7ec708ba1 (patch)
treee6e03e71c1294149939cb2a0523766767d4d9dbd
parent43b3d54855d0c52a7bcccef0d1087df03a31806a (diff)
downloadlvm2-77faac8740fc11e4e3469c62577c7cf7ec708ba1.tar.gz
#include <string.h> for memset
-rw-r--r--lib/mm/pool.h1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include <stdlib.h>
struct pool;