From 620496f5cdcf5818e43ab84781fc7414a14ebe49 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 13 Sep 2020 19:40:39 +0200 Subject: [PATCH] build: avoid two compiler warnings when gnulib has been ripped out --- src/search.c | 1 + src/text.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/search.c b/src/search.c index cc427cc2..4cc32c48 100644 --- a/src/search.c +++ b/src/search.c @@ -22,6 +22,7 @@ #include "prototypes.h" #include +#include static bool came_full_circle = FALSE; /* Have we reached the starting line again while searching? */ diff --git a/src/text.c b/src/text.c index f10b30d5..a2d893de 100644 --- a/src/text.c +++ b/src/text.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include