]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mkfs.bfs: include-what-you-use header check
authorSami Kerola <kerolasa@iki.fi>
Mon, 11 Jul 2011 19:25:08 +0000 (21:25 +0200)
committerSami Kerola <kerolasa@iki.fi>
Mon, 11 Jul 2011 19:25:08 +0000 (21:25 +0200)
The limits.h is added for CHAR_MAX

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
disk-utils/mkfs.bfs.c

index 67b118fb63081c8057c5b5523821b75c960cdb79..2f5a6039fe9fa695d8168dc44d0595f100d7c0cc 100644 (file)
@@ -7,8 +7,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <stdarg.h>
-#include <sys/types.h>
+#include <limits.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <errno.h>