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:
parent
9b7742bb36
commit
79b5666abe
@ -7,6 +7,7 @@
|
||||
#ifndef _LVM_POOL_H
|
||||
#define _LVM_POOL_H
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
struct pool;
|
||||
|
Loading…
Reference in New Issue
Block a user