diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-22 21:37:27 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-22 21:37:27 +0000 |
commit | 9a4e08eaa8e77809e276e98c98e7d6bc485fccff (patch) | |
tree | 79a3e54f77bc6db43e2ac8afce339179cd961927 | |
parent | 73f56bb76d36ab95a1f9b73d686c71625e4c86b1 (diff) | |
download | busybox-w32-9a4e08eaa8e77809e276e98c98e7d6bc485fccff.tar.gz busybox-w32-9a4e08eaa8e77809e276e98c98e7d6bc485fccff.tar.bz2 busybox-w32-9a4e08eaa8e77809e276e98c98e7d6bc485fccff.zip |
include libbb.h, not busybox.h
-rw-r--r-- | miscutils/microcom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/microcom.c b/miscutils/microcom.c index 7a746a311..59a91024e 100644 --- a/miscutils/microcom.c +++ b/miscutils/microcom.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * | 7 | * |
8 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2, see file LICENSE in this tarball for details. |
9 | */ | 9 | */ |
10 | #include "busybox.h" | 10 | #include "libbb.h" |
11 | 11 | ||
12 | int microcom_main(int argc, char **argv); | 12 | int microcom_main(int argc, char **argv); |
13 | int microcom_main(int argc, char **argv) | 13 | int microcom_main(int argc, char **argv) |