[PATCH] Fix missing include
Andreas Schwab
schwab@linux-m68k.org
Tue Jul 12 15:47:00 GMT 2011
2011-07-09 Andreas Schwab <schwab@linux-m68k.org>
* sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
---
sysdeps/unix/sysv/linux/pathconf.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sysdeps/unix/sysv/linux/pathconf.c b/sysdeps/unix/sysv/linux/pathconf.c
index 1859314..191ed7b 100644
--- a/sysdeps/unix/sysv/linux/pathconf.c
+++ b/sysdeps/unix/sysv/linux/pathconf.c
@@ -20,6 +20,7 @@
#include <errno.h>
#include <mntent.h>
#include <stdio_ext.h>
+#include <string.h>
#include <unistd.h>
#include <sys/sysmacros.h>
--
1.7.6
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
More information about the Libc-alpha
mailing list