http://git.etherboot.org
/
people
/
mcb30
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78552d6
)
include libbb.h, not busybox.h
author
vda
<vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>
Sat, 22 Sep 2007 21:37:27 +0000
(21:37 +0000)
committer
vda
<vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>
Sat, 22 Sep 2007 21:37:27 +0000
(21:37 +0000)
git-svn-id: svn://busybox.net/trunk/busybox@19952
69ca8d6d
-28ef-0310-b511-
8ec308f3f277
miscutils/microcom.c
patch
|
blob
|
history
diff --git
a/miscutils/microcom.c
b/miscutils/microcom.c
index
7a746a3
..
59a9102
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)