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:
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),