svn commit: trunk/busybox/miscutils
vda at busybox.net
vda at busybox.net
Sat Sep 22 14:37:29 PDT 2007
Author: vda
Date: 2007-09-22 14:37:27 -0700 (Sat, 22 Sep 2007)
New Revision: 19952
Log:
include libbb.h, not busybox.h
Modified:
trunk/busybox/miscutils/microcom.c
Changeset:
Modified: trunk/busybox/miscutils/microcom.c
===================================================================
--- trunk/busybox/miscutils/microcom.c 2007-09-22 21:18:46 UTC (rev 19951)
+++ trunk/busybox/miscutils/microcom.c 2007-09-22 21:37:27 UTC (rev 19952)
@@ -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)
More information about the busybox-cvs
mailing list