diff options
author | Karel Zak <kzak@redhat.com> | 2009-07-13 20:31:33 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-07-13 20:31:33 +0200 |
commit | ff67bea3c200359cc67140285102615c42b5921e (patch) | |
tree | e1364f3ed0285df691a3907229347a37b6162214 | |
parent | cb5212e26515cea4a3c91260e8fbf9996f35d295 (diff) | |
download | util-linux-old-ff67bea3c200359cc67140285102615c42b5921e.tar.gz |
libblkid: add stdarg.h to blkidP.h
Reported-by: Peter Breitenlohner <peb@mppmu.mpg.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | shlibs/blkid/src/blkidP.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <sys/types.h> #include <stdio.h> +#include <stdarg.h> #include "bitops.h" /* $(top_srcdir)/include/ */ #include "blkid.h" |