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/lang.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/os/lang.c') diff --git a/src/nvim/os/lang.c b/src/nvim/os/lang.c index 108a9c6c39..fe2d7986bf 100644 --- a/src/nvim/os/lang.c +++ b/src/nvim/os/lang.c @@ -11,6 +11,7 @@ #ifdef HAVE_LOCALE_H # include #endif +#include "nvim/os/lang.h" #include "nvim/os/os.h" void lang_init(void) -- cgit