mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-02 04:22:02 +03:00
#include <string.h> for memset
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
#ifndef _LVM_POOL_H
|
||||
#define _LVM_POOL_H
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
struct pool;
|
||||
|
Reference in New Issue
Block a user