diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-01-19 23:39:51 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2019-01-20 00:18:39 +0100 |
| commit | dbba685c697d31fcb7ece6d7435989dbccc71866 (patch) | |
| tree | da87b20b4913ccc4fad02f8dab243013fb288854 /config | |
| parent | f2cc9e8826a72f4434a838d7d31239e5fe9d0a37 (diff) | |
| download | rneovim-dbba685c697d31fcb7ece6d7435989dbccc71866.tar.gz rneovim-dbba685c697d31fcb7ece6d7435989dbccc71866.tar.bz2 rneovim-dbba685c697d31fcb7ece6d7435989dbccc71866.zip | |
build: include auto/config.h explicitly
Otherwise the symbols defined in config/config.h.in may not be defined,
depending on include-order.
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.h.in b/config/config.h.in index 106013425d..4239506cab 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -71,5 +71,6 @@ #define ENDIAN_INCLUDE_FILE <@ENDIAN_INCLUDE_FILE@> #cmakedefine HAVE_EXECINFO_BACKTRACE +#cmakedefine HAVE_BUILTIN_ADD_OVERFLOW #endif // AUTO_CONFIG_H |