From b6adbf1be29841501cc49917249e85f273e1df7c Mon Sep 17 00:00:00 2001
From: Denis Vlasenko <vda.linux@googlemail.com>
Date: Sat, 26 May 2007 19:00:18 +0000
Subject: usage.c: remove reference to busybox.h *: s/include
 "busybox.h"/include "libbb.h"

---
 util-linux/mount.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'util-linux/mount.c')

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 @@
    mount_it_now() does the actual mount.
 */
 
-#include "busybox.h"
+#include "libbb.h"
 #include <mntent.h>
 
 /* Needed for nfs support only... */
-- 
cgit v1.2.3-55-g6feb