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

@@ -1149,7 +1149,6 @@ static void
test_pipe_close(test_context *ctx)
{
int rfd = ctx->pfd[0];
int wfd = ctx->pfd[1];
struct pollfd pfd = {
.fd = rfd,
.events = POLLIN