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:
@ -15,6 +15,7 @@
|
||||
#include "dmlib.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
/*
|
||||
* consume characters while they match the predicate function.
|
||||
|
Reference in New Issue
Block a user