diff options
author | Andreas Schwab <schwab@suse.de> | 2001-12-07 15:39:30 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2001-12-07 15:39:30 +0000 |
commit | b8794ed34eb34592f6998574e09d310294598630 (patch) | |
tree | 1eff87ea29f233574cca23dc36a8e0b426a3a2fa /sysdeps | |
parent | 79d91867ccf38eb1692b2bc8406a42bc705069f8 (diff) | |
download | glibc-b8794ed34eb34592f6998574e09d310294598630.tar glibc-b8794ed34eb34592f6998574e09d310294598630.tar.gz glibc-b8794ed34eb34592f6998574e09d310294598630.tar.bz2 glibc-b8794ed34eb34592f6998574e09d310294598630.zip |
Include <string.h>.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/opensock.c | 1 |
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> |