diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2000-08-30 18:31:59 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2000-08-30 18:31:59 +0000 |
commit | a8382fa44c26584947f61193caf9c40d85779622 (patch) | |
tree | e1305edb9eeacdda488065fd556014df24ca4d7f /newlib/libc/string/swab.c | |
parent | 44e36af42bde0f212f7a1c10653d9f7b1a00bdb3 (diff) | |
download | cygnal-a8382fa44c26584947f61193caf9c40d85779622.tar.gz cygnal-a8382fa44c26584947f61193caf9c40d85779622.tar.bz2 cygnal-a8382fa44c26584947f61193caf9c40d85779622.zip |
Correct for missing patch
Diffstat (limited to 'newlib/libc/string/swab.c')
-rw-r--r-- | newlib/libc/string/swab.c | 2 |
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), |