check for atexit needs stdlib.h on OSX, fixes configure sed error

This commit is contained in:
Chris Conlon
2022-12-15 11:23:37 -07:00
parent 908744dc0f
commit 8c54bd0fb1

View File

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