1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-08-02 04:22:02 +03:00

cleanup: include stdarg.h where needed.

Avoid dependency on implicit inclusion of stdarg.h with
libdevmapper.h.
This commit is contained in:
Zdenek Kabelac
2014-04-15 13:27:47 +02:00
parent b7741f0a83
commit 589983a257
8 changed files with 12 additions and 4 deletions

View File

@ -15,6 +15,7 @@
#include "dmlib.h"
#include <ctype.h>
#include <stdarg.h>
/*
* consume characters while they match the predicate function.