Description: Fixes missing inttypes.h include in src/getsize.c
Author: Roy Jamison <xteejyx@googlemail.com>
Bug-Ubuntu: https://launchpad.net/bugs/674187
--- a/src/getsize.c
+++ b/src/getsize.c
@@ -27,6 +27,7 @@
 #if HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
 #endif
+#include <inttypes.h>
 #if HAVE_LINUX_FS_H
 #include <linux/fs.h>
 #endif
