mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
lvm-percent.c: Add #include "lib.h"
This standard include for library files was missing, adding it. Signed-off-by: Tony Asleson <tasleson@redhat.com>
This commit is contained in:
parent
5227b65588
commit
79eb40a2c8
@ -12,6 +12,7 @@
|
|||||||
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "lib.h"
|
||||||
#include "lvm-percent.h"
|
#include "lvm-percent.h"
|
||||||
|
|
||||||
float percent_to_float(percent_t v)
|
float percent_to_float(percent_t v)
|
||||||
|
Loading…
Reference in New Issue
Block a user