summaryrefslogtreecommitdiff
path: root/src/unistd/gethostname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/gethostname.c')
-rw-r--r--src/unistd/gethostname.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unistd/gethostname.c b/src/unistd/gethostname.c
index a406c4eb..f984b7dd 100644
--- a/src/unistd/gethostname.c
+++ b/src/unistd/gethostname.c
@@ -1,6 +1,5 @@
#include <unistd.h>
#include <sys/utsname.h>
-#include <string.h>
int gethostname(char *name, size_t len)
{