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
@@ -45,6 +45,7 @@
 /* scrub-1.7 tested linux 2.6.11-1.1369_FC4 */
 /* scrub-1.8 tested Fedora Core 5 */
 #include <sys/ioctl.h>
+#include <inttypes.h>
 #include <linux/fs.h>
 #include <sys/utsname.h>
 typedef unsigned long long u64; /* for BLKGETSIZE64 (slackware) */
