1
0
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:
Alasdair Kergon 2010-08-02 12:23:01 +00:00
parent 7622f31210
commit 2d696f9efc
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -14,7 +14,7 @@
#ifndef _LIB_LVM2APP_H
#define _LIB_LVM2APP_H
#include "libdevmapper.h"
#include <libdevmapper.h>
#include <stdint.h>