1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-08 08:58:50 +03:00

tweak memlock includes

This commit is contained in:
Alasdair Kergon 2004-03-26 21:11:34 +00:00
parent 2534fa5203
commit f22969328b
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@
#include "memlock.h"
#include "pool.h"
#include "defaults.h"
#include "config.h"
#include "toolcontext.h"
#include <limits.h>
#include <fcntl.h>

View File

@ -7,7 +7,7 @@
#ifndef LVM_MEMLOCK_H
#define LVM_MEMLOCK_H
#include "toolcontext.h"
struct cmd_context;
void memlock_inc(void);
void memlock_dec(void);