From ff67bea3c200359cc67140285102615c42b5921e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 13 Jul 2009 20:31:33 +0200 Subject: [PATCH] libblkid: add stdarg.h to blkidP.h Reported-by: Peter Breitenlohner Signed-off-by: Karel Zak --- shlibs/blkid/src/blkidP.h | 1 + 1 file changed, 1 insertion(+) diff --git a/shlibs/blkid/src/blkidP.h b/shlibs/blkid/src/blkidP.h index 4131c5bb..67e7f53a 100644 --- a/shlibs/blkid/src/blkidP.h +++ b/shlibs/blkid/src/blkidP.h @@ -18,6 +18,7 @@ #include #include +#include #include "bitops.h" /* $(top_srcdir)/include/ */ #include "blkid.h" -- 2.39.5