about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2001-12-07 15:39:30 +0000
committerAndreas Schwab <schwab@suse.de>2001-12-07 15:39:30 +0000
commitb8794ed34eb34592f6998574e09d310294598630 (patch)
tree1eff87ea29f233574cca23dc36a8e0b426a3a2fa /sysdeps
parent79d91867ccf38eb1692b2bc8406a42bc705069f8 (diff)
downloadglibc-b8794ed34eb34592f6998574e09d310294598630.tar.gz
glibc-b8794ed34eb34592f6998574e09d310294598630.tar.xz
glibc-b8794ed34eb34592f6998574e09d310294598630.zip
Include <string.h>.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/opensock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/opensock.c b/sysdeps/unix/sysv/linux/opensock.c
index a3c55a94e8..f3d3881b5f 100644
--- a/sysdeps/unix/sysv/linux/opensock.c
+++ b/sysdeps/unix/sysv/linux/opensock.c
@@ -19,6 +19,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <stdio.h>
+#include <string.h>
 #include <unistd.h>
 #include <sys/socket.h>