From a8382fa44c26584947f61193caf9c40d85779622 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating 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 82483371c..aee076319 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.43.5