This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH] Fix missing include
- From: Andreas Schwab <schwab at linux-m68k dot org>
- To: libc-alpha at sourceware dot org
- Date: Sat, 09 Jul 2011 20:09:23 +0200
- Subject: [PATCH] Fix missing include
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."