mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00
fix: Include auto/config.h before HAVE_* preprocessor checks
Closes #13533
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "auto/config.h"
|
||||
|
||||
#ifdef HAVE_LOCALE_H
|
||||
# include <locale.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user