build: avoid two compiler warnings when gnulib has been ripped out

master
Benno Schulenberg 2020-09-13 19:40:39 +02:00
parent 73cd96838e
commit 620496f5cd
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "prototypes.h"
#include <string.h>
#include <time.h>
static bool came_full_circle = FALSE;
/* Have we reached the starting line again while searching? */

View File

@ -28,6 +28,7 @@
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <sys/wait.h>