From 860d2bbdda67acfec39cd28e38881633ec4e66d6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 10 Jul 2009 18:37:06 +0200 Subject: fix fallout from BSD patches Signed-off-by: Denys Vlasenko --- util-linux/mkfs_vfat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util-linux') diff --git a/util-linux/mkfs_vfat.c b/util-linux/mkfs_vfat.c index 8d12babdc..dff10f9e1 100644 --- a/util-linux/mkfs_vfat.c +++ b/util-linux/mkfs_vfat.c @@ -7,6 +7,8 @@ * * Licensed under GPLv2, see file LICENSE in this tarball for details. */ +#include "libbb.h" + #include /* HDIO_GETGEO */ #include /* FDGETPRM */ #include /* BLKSSZGET */ @@ -14,7 +16,6 @@ # define BLKSSZGET _IO(0x12, 104) #endif //#include -#include "libbb.h" #include "volume_id/volume_id_internal.h" #define SECTOR_SIZE 512 -- cgit v1.2.3