mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +00:00
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.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#ifdef HAVE_LOCALE_H
|
||||
# include <locale.h>
|
||||
#endif
|
||||
#include "nvim/os/lang.h"
|
||||
#include "nvim/os/os.h"
|
||||
|
||||
void lang_init(void)
|
||||
|
Reference in New Issue
Block a user