diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-10-06 15:18:09 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-10-06 15:18:09 +0000 |
commit | ba248206fe50b4b905e220cdb68f4959593c17e7 (patch) | |
tree | 04d3f095436c25870280cb70a55d6bb8ee3f517f /editors | |
parent | 664c6e7ea0ed6c78ed84e4055532e9d32e38731b (diff) | |
download | busybox-w32-ba248206fe50b4b905e220cdb68f4959593c17e7.tar.gz busybox-w32-ba248206fe50b4b905e220cdb68f4959593c17e7.tar.bz2 busybox-w32-ba248206fe50b4b905e220cdb68f4959593c17e7.zip |
change strange depend to libbb.h, but require busybox.h
Diffstat (limited to 'editors')
-rw-r--r-- | editors/patch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/patch.c b/editors/patch.c index 59b70210f..980c37f40 100644 --- a/editors/patch.c +++ b/editors/patch.c | |||
@@ -39,7 +39,6 @@ | |||
39 | #include <stdlib.h> | 39 | #include <stdlib.h> |
40 | #include <unistd.h> | 40 | #include <unistd.h> |
41 | #include "busybox.h" | 41 | #include "busybox.h" |
42 | #include "libbb.h" | ||
43 | 42 | ||
44 | static int copy_lines(FILE *src_stream, FILE *dest_stream, const unsigned int lines_count) | 43 | static int copy_lines(FILE *src_stream, FILE *dest_stream, const unsigned int lines_count) |
45 | { | 44 | { |