From f2c6164b04709b83b60483642ed9b6f33cf01951 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 30 Jan 2019 02:26:12 +0100 Subject: build: -Wmissing-prototypes ref #343 Though I don't see a strong benefit, it isn't too much of a burden, and maybe avoids confusion in some cases. --- src/nvim/os/dl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/os/dl.c') diff --git a/src/nvim/os/dl.c b/src/nvim/os/dl.c index 267cf5ae4b..bbd0424a82 100644 --- a/src/nvim/os/dl.c +++ b/src/nvim/os/dl.c @@ -7,6 +7,7 @@ #include #include +#include "nvim/os/dl.h" #include "nvim/os/os.h" #include "nvim/memory.h" #include "nvim/message.h" -- cgit