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

@@ -7,6 +7,8 @@
#include <math.h>
#include "auto/config.h"
#ifdef HAVE_LOCALE_H
# include <locale.h>
#endif