1
1

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

Этот коммит содержится в:
Benno Schulenberg 2020-09-13 19:40:39 +02:00
родитель 73cd96838e
Коммит 620496f5cd
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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? */

Просмотреть файл

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