mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Use #include <> not "" in lvm2app.h which gets installed on the system.
This commit is contained in:
parent
7622f31210
commit
2d696f9efc
@ -1,5 +1,6 @@
|
||||
Version 2.02.73 -
|
||||
================================
|
||||
Use #include <> not "" in lvm2app.h which gets installed on the system.
|
||||
Make liblvm.device-mapper wait for include file generation.
|
||||
Drop explicit 'Base' version from exported symbols.
|
||||
Fix configure to supply DEFAULT_RUN_DIR to Makefiles.
|
||||
|
@ -14,7 +14,7 @@
|
||||
#ifndef _LIB_LVM2APP_H
|
||||
#define _LIB_LVM2APP_H
|
||||
|
||||
#include "libdevmapper.h"
|
||||
#include <libdevmapper.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user