aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorvodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-06 15:18:09 +0000
committervodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-06 15:18:09 +0000
commit958cf940516b45524fd1be2a25736795f7892e3f (patch)
tree04d3f095436c25870280cb70a55d6bb8ee3f517f /editors
parent1d502e31f7b47e22edba4832d32ae95bcf12964f (diff)
downloadbusybox-w32-958cf940516b45524fd1be2a25736795f7892e3f.tar.gz
busybox-w32-958cf940516b45524fd1be2a25736795f7892e3f.tar.bz2
busybox-w32-958cf940516b45524fd1be2a25736795f7892e3f.zip
change strange depend to libbb.h, but require busybox.h
git-svn-id: svn://busybox.net/trunk/busybox@11791 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'editors')
-rw-r--r--editors/patch.c1
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
44static int copy_lines(FILE *src_stream, FILE *dest_stream, const unsigned int lines_count) 43static int copy_lines(FILE *src_stream, FILE *dest_stream, const unsigned int lines_count)
45{ 44{