Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@geoffk.org>2000-08-30 22:31:59 +0400
committerGeoffrey Keating <geoffk@geoffk.org>2000-08-30 22:31:59 +0400
commita8382fa44c26584947f61193caf9c40d85779622 (patch)
treee1305edb9eeacdda488065fd556014df24ca4d7f /newlib/libc/string
parent44e36af42bde0f212f7a1c10653d9f7b1a00bdb3 (diff)
Correct for missing patch
Diffstat (limited to 'newlib/libc/string')
-rw-r--r--newlib/libc/string/swab.c2
1 files changed, 1 insertions, 1 deletions
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
<<swab>> requires no supporting OS subroutines.
*/
-#include <string.h>
+#include <unistd.h>
void
_DEFUN (swab, (b1, b2, length),