summaryrefslogtreecommitdiffstats
path: root/libblkid/src/superblocks/iso9660.c
diff options
context:
space:
mode:
authorRuediger Meier2016-02-22 22:23:38 +0100
committerRuediger Meier2016-02-23 01:25:07 +0100
commitb55b9fccf6c1f06ba3e8cfb8ee6ee3df5f02c777 (patch)
tree80203608b6ec8d235627bbb682cfba491bf3578f /libblkid/src/superblocks/iso9660.c
parentlibmount: add mnt_fs_set_priority() (diff)
downloadkernel-qcow2-util-linux-b55b9fccf6c1f06ba3e8cfb8ee6ee3df5f02c777.tar.gz
kernel-qcow2-util-linux-b55b9fccf6c1f06ba3e8cfb8ee6ee3df5f02c777.tar.xz
kernel-qcow2-util-linux-b55b9fccf6c1f06ba3e8cfb8ee6ee3df5f02c777.zip
libblkid: fix compiler warnings [-Wmissing-prototypes]
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'libblkid/src/superblocks/iso9660.c')
-rw-r--r--libblkid/src/superblocks/iso9660.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libblkid/src/superblocks/iso9660.c b/libblkid/src/superblocks/iso9660.c
index d099467a2..8991c6b9f 100644
--- a/libblkid/src/superblocks/iso9660.c
+++ b/libblkid/src/superblocks/iso9660.c
@@ -19,6 +19,7 @@
#include <ctype.h>
#include "superblocks.h"
+#include "iso9660.h"
struct iso9660_date {
unsigned char year[4];