mirror of
https://github.com/neovim/neovim.git
synced 2025-10-11 04:16:47 +00:00
fix: Include auto/config.h before HAVE_* preprocessor checks
Closes #13533
This commit is contained in:
@@ -8,9 +8,12 @@
|
||||
# undef Boolean
|
||||
#endif
|
||||
|
||||
#include "auto/config.h"
|
||||
|
||||
#ifdef HAVE_LOCALE_H
|
||||
# include <locale.h>
|
||||
#endif
|
||||
|
||||
#include "nvim/os/lang.h"
|
||||
#include "nvim/os/os.h"
|
||||
|
||||
|
Reference in New Issue
Block a user