fix: Include auto/config.h before HAVE_* preprocessor checks

Closes #13533
This commit is contained in:
James McCoy
2020-12-15 07:35:06 -05:00
parent 82100a6bdb
commit 6c2eb903a9
4 changed files with 9 additions and 0 deletions

View File

@@ -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"