1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

#include <string.h> for memset

This commit is contained in:
Patrick Caulfield 2001-11-15 11:46:00 +00:00
parent 9b7742bb36
commit 79b5666abe

View File

@ -7,6 +7,7 @@
#ifndef _LVM_POOL_H
#define _LVM_POOL_H
#include <string.h>
#include <stdlib.h>
struct pool;