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

@@ -82,6 +82,8 @@
#include <string.h>
#include <fcntl.h>
#include "auto/config.h"
#include "nvim/buffer.h"
#include "nvim/ascii.h"
#include "nvim/change.h"