OSDN Git Service

Correct for missing patch
authorgeoffk <geoffk>
Wed, 30 Aug 2000 18:31:59 +0000 (18:31 +0000)
committergeoffk <geoffk>
Wed, 30 Aug 2000 18:31:59 +0000 (18:31 +0000)
newlib/libc/string/swab.c

index 8248337..aee0763 100644 (file)
@@ -21,7 +21,7 @@ PORTABILITY
 <<swab>> requires no supporting OS subroutines.
 */
 
-#include <string.h>
+#include <unistd.h>
 
 void
 _DEFUN (swab, (b1, b2, length),