From b6adbf1be29841501cc49917249e85f273e1df7c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 26 May 2007 19:00:18 +0000 Subject: usage.c: remove reference to busybox.h *: s/include "busybox.h"/include "libbb.h" --- miscutils/eject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils/eject.c') diff --git a/miscutils/eject.c b/miscutils/eject.c index 5d7ef1c28..631a344a1 100644 --- a/miscutils/eject.c +++ b/miscutils/eject.c @@ -13,7 +13,7 @@ * Most of the dirty work blatantly ripped off from cat.c =) */ -#include "busybox.h" +#include "libbb.h" /* various defines swiped from linux/cdrom.h */ #define CDROMCLOSETRAY 0x5319 /* pendant of CDROMEJECT */ -- cgit v1.2.3-55-g6feb