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:
Justin M. Keyes
2019-01-19 23:39:51 +01:00
parent f2cc9e8826
commit dbba685c69
4 changed files with 8 additions and 2 deletions

View File

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