Fix implicit declaration of exit() during configure script

This commit is contained in:
James Le Cuirot
2023-09-04 19:43:34 +01:00
parent c7b5bbe441
commit 0f16b49701

View File

@@ -98,6 +98,7 @@ fi
AC_MSG_CHECKING([byteorder])
AC_TRY_RUN([
#include <stdlib.h>
int main()
{
union { int i; char c[sizeof(int)]; } v;