From: Karel Zak Date: Mon, 13 Jul 2009 18:31:33 +0000 (+0200) Subject: libblkid: add stdarg.h to blkidP.h X-Git-Tag: v2.16~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff67bea3c200359cc67140285102615c42b5921e;p=thirdparty%2Futil-linux.git libblkid: add stdarg.h to blkidP.h Reported-by: Peter Breitenlohner Signed-off-by: Karel Zak --- diff --git a/shlibs/blkid/src/blkidP.h b/shlibs/blkid/src/blkidP.h index 4131c5bba8..67e7f53ac5 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"