mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
build: include auto/config.h explicitly
Otherwise the symbols defined in config/config.h.in may not be defined, depending on include-order.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#endif
|
||||
#include <uv.h>
|
||||
|
||||
#include "auto/config.h"
|
||||
#include "nvim/log.h"
|
||||
#include "nvim/types.h"
|
||||
#include "nvim/os/os.h"
|
||||
|
Reference in New Issue
Block a user