1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Include <string.h>.

This commit is contained in:
Andreas Schwab
2001-12-07 15:39:30 +00:00
parent 79d91867cc
commit b8794ed34e

View File

@ -19,6 +19,7 @@
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/socket.h>