[libmultipath] new devmapper log handler needs stdarg.h
authorChristophe Varoqui <cvaroqui@zezette.localdomain>
Mon, 21 May 2007 22:24:22 +0000 (00:24 +0200)
committerChristophe Varoqui <cvaroqui@zezette.localdomain>
Mon, 21 May 2007 22:24:22 +0000 (00:24 +0200)
As it uses the va_list type.

Signed-off-by: Christophe Varoqui <christophe.varoqui@free.fr>
libmultipath/devmapper.c

index d762cc1..55261ad 100644 (file)
@@ -6,6 +6,7 @@
  */
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdarg.h>
 #include <string.h>
 #include <libdevmapper.h>
 #include <ctype.h>