diff options
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 030ea662a..fe2f1d969 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -18,7 +18,7 @@ | |||
18 | mount_it_now() does the actual mount. | 18 | mount_it_now() does the actual mount. |
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include "busybox.h" | 21 | #include "libbb.h" |
22 | #include <mntent.h> | 22 | #include <mntent.h> |
23 | 23 | ||
24 | /* Needed for nfs support only... */ | 24 | /* Needed for nfs support only... */ |