1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-05 13:18:20 +03:00
lvm2/lib/misc/lib.h

21 lines
324 B
C
Raw Normal View History

2002-11-18 17:01:16 +03:00
/*
* 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.
2002-11-18 17:01:16 +03:00
*/
#ifndef _LVM_LIB_H
#define _LVM_LIB_H
#define _REENTRANT
#define _GNU_SOURCE
2002-11-18 17:01:16 +03:00
#include "log.h"
#include "dbg_malloc.h"
2004-02-14 01:56:45 +03:00
#include "intl.h"
2002-11-18 17:01:16 +03:00
#endif