From a2a647dfc1c003eacc53c2abe744ba4b3d7b2fbc Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 19 May 2006 12:30:00 +0000 Subject: - include strings.h Thanks to Rich Felker for pointing this out. --- editors/awk.c | 1 + editors/vi.c | 1 + 2 files changed, 2 insertions(+) (limited to 'editors') diff --git a/editors/awk.c b/editors/awk.c index 9c8bef53a..f4eb1ab90 100644 --- a/editors/awk.c +++ b/editors/awk.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include diff --git a/editors/vi.c b/editors/vi.c index 9aacae439..0c0c930b9 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -53,6 +53,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3