summaryrefslogtreecommitdiffstats
path: root/shlibs/blkid/src/blkidP.h
diff options
context:
space:
mode:
authorKarel Zak2009-07-13 20:31:33 +0200
committerKarel Zak2009-07-13 20:31:33 +0200
commitff67bea3c200359cc67140285102615c42b5921e (patch)
treee1364f3ed0285df691a3907229347a37b6162214 /shlibs/blkid/src/blkidP.h
parentbuild-sys: improve $libdirname definition (diff)
downloadkernel-qcow2-util-linux-ff67bea3c200359cc67140285102615c42b5921e.tar.gz
kernel-qcow2-util-linux-ff67bea3c200359cc67140285102615c42b5921e.tar.xz
kernel-qcow2-util-linux-ff67bea3c200359cc67140285102615c42b5921e.zip
libblkid: add stdarg.h to blkidP.h
Reported-by: Peter Breitenlohner <peb@mppmu.mpg.de> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/blkid/src/blkidP.h')
-rw-r--r--shlibs/blkid/src/blkidP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shlibs/blkid/src/blkidP.h b/shlibs/blkid/src/blkidP.h
index 4131c5bba..67e7f53ac 100644
--- a/shlibs/blkid/src/blkidP.h
+++ b/shlibs/blkid/src/blkidP.h
@@ -18,6 +18,7 @@
#include <sys/types.h>
#include <stdio.h>
+#include <stdarg.h>
#include "bitops.h" /* $(top_srcdir)/include/ */
#include "blkid.h"