Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AC_QEF_C_NORETURN: Include <stdlib.h> for exit
The exit function is declared in <stdlib.h>, not <stdio.h>. Without this change, the autoconf check will always fail with strict C99 compilers which do not support implicit function declarations.
- Loading branch information