mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
19 lines
286 B
C
19 lines
286 B
C
/*
|
|
* Copyright (C) 2001 Sistina Software (UK) Limited.
|
|
*
|
|
* This file is released under the LGPL.
|
|
*/
|
|
|
|
/*
|
|
* This file must be included first by every library source file.
|
|
*/
|
|
#ifndef _LVM_LIB_H
|
|
#define _LVM_LIB_H
|
|
|
|
#define _REENTRANT
|
|
|
|
#include "log.h"
|
|
#include "dbg_malloc.h"
|
|
|
|
#endif
|