Include string.h where needed

This commit is contained in:
Pierre Ossman 2017-10-18 16:35:30 +02:00
parent 814279b83b
commit 89bbb64145
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <strings.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>

View File

@ -11,6 +11,7 @@
#include <errno.h>
#include <limits.h>
#include <getopt.h>
#include <string.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>