From 0c6cf1bcb8b354a2074df160ed6dc8817177d75d Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 3 Aug 2021 19:53:21 -0700 Subject: [PATCH] squash -Wmissing-prototypes warnings for pathgetlink --- lib/ast/pathgetlink.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ast/pathgetlink.c b/lib/ast/pathgetlink.c index 4db634eaf..97de2a157 100644 --- a/lib/ast/pathgetlink.c +++ b/lib/ast/pathgetlink.c @@ -16,6 +16,7 @@ #include "config.h" #include +#include #ifdef HAVE_UNISTD_H #include #else -- 2.40.0