Merge pull request #5896 from cconlon/atexitOSX

AC_CHECK_DECLS for atexit needs stdlib.h on OSX
This commit is contained in:
JacobBarthelmeh 2022-12-15 15:00:29 -07:00 committed by GitHub
commit aa784397b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,6 +133,9 @@ fi
#ifdef HAVE_TIME_H
#include <time.h>
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
]])
AC_PROG_INSTALL