From 7bc1db85a76cb2bc5d33808ea4ae1f12ae344af3 Mon Sep 17 00:00:00 2001 From: geoffk Date: Wed, 30 Aug 2000 18:31:59 +0000 Subject: [PATCH] Correct for missing patch --- newlib/libc/string/swab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libc/string/swab.c b/newlib/libc/string/swab.c index 82483371c5..aee0763196 100644 --- a/newlib/libc/string/swab.c +++ b/newlib/libc/string/swab.c @@ -21,7 +21,7 @@ PORTABILITY <> requires no supporting OS subroutines. */ -#include +#include void _DEFUN (swab, (b1, b2, length), -- 2.11.0