Include missing <string.h> and <limits.h>

Fix warnings.

Update #2132.
Update #2133.
This commit is contained in:
Sebastian Huber
2017-08-25 14:23:18 +02:00
parent 34ff390b09
commit 666a56883a
13 changed files with 34 additions and 21 deletions

View File

@@ -33,6 +33,7 @@
#include <assert.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <syslog.h>
#include <sys/socket.h>