]> err.no Git - util-linux/commitdiff
libblkid: add stdarg.h to blkidP.h
authorKarel Zak <kzak@redhat.com>
Mon, 13 Jul 2009 18:31:33 +0000 (20:31 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 13 Jul 2009 18:31:33 +0000 (20:31 +0200)
Reported-by: Peter Breitenlohner <peb@mppmu.mpg.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/blkid/src/blkidP.h

index 4131c5bba8493fb7cf096df0d75717c904e0f2c0..67e7f53ac50952cebb1b9755c6c1cd3537474bd9 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <sys/types.h>
 #include <stdio.h>
+#include <stdarg.h>
 
 #include "bitops.h"    /* $(top_srcdir)/include/ */
 #include "blkid.h"