include libbb.h, not busybox.h

This commit is contained in:
Denis Vlasenko 2007-09-22 21:37:27 +00:00
parent 73f56bb76d
commit 9a4e08eaa8

View File

@ -7,7 +7,7 @@
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "busybox.h"
#include "libbb.h"
int microcom_main(int argc, char **argv);
int microcom_main(int argc, char **argv)