projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f56bb
)
include libbb.h, not busybox.h
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 22 Sep 2007 21:37:27 +0000
(21:37 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 22 Sep 2007 21:37:27 +0000
(21:37 -0000)
miscutils/microcom.c
patch
|
blob
|
history
diff --git
a/miscutils/microcom.c
b/miscutils/microcom.c
index 7a746a311a02e7243242c48be313c69bcf2b50fc..59a91024edcf58f4d8ca5a56cd2a97a2dc2684cb 100644
(file)
--- a/
miscutils/microcom.c
+++ b/
miscutils/microcom.c
@@
-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)