commit | da49f5852481adb0b3fa0b5ccba93b266f271c35 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jul 08 02:58:38 2009 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jul 08 02:58:38 2009 +0200 |
tree | 3ab27dafe02a3723658ab2649e8b3ea28b024ac5 | |
parent | 95cc814dbd37a4cb5a69b5eac80bd3e5173fe908 [diff] [blame] |
move libc related stuff out of platform.h Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c index bde6afc..6b9d95e 100644 --- a/util-linux/freeramdisk.c +++ b/util-linux/freeramdisk.c
@@ -8,7 +8,7 @@ * * Licensed under GPLv2, see file LICENSE in this tarball for details. */ - +#include <sys/mount.h> #include "libbb.h" /* From <linux/fd.h> */