aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-10 18:37:06 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-10 18:37:06 +0200
commit860d2bbdda67acfec39cd28e38881633ec4e66d6 (patch)
tree284fe111111ba2e2f19deed779e34846e58e04ca /util-linux
parent874201fee5a57acf25efe1b0b9c7e58ef6ef98a5 (diff)
downloadbusybox-860d2bbdda67acfec39cd28e38881633ec4e66d6.tar.gz
fix fallout from BSD patches
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/mkfs_vfat.c3
1 files changed, 2 insertions, 1 deletions
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 <linux/hdreg.h> /* HDIO_GETGEO */
#include <linux/fd.h> /* FDGETPRM */
#include <sys/mount.h> /* BLKSSZGET */
@@ -14,7 +16,6 @@
# define BLKSSZGET _IO(0x12, 104)
#endif
//#include <linux/msdos_fs.h>
-#include "libbb.h"
#include "volume_id/volume_id_internal.h"
#define SECTOR_SIZE 512