Skip to content

Commit

Permalink
Add stdlib.h for exit command to fix CC=g++ configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sartain <mikesart@gmail.com>
Signed-off-by: Bob Rossi <bob@brasko.net>
  • Loading branch information
mikesartain authored and brasko committed Jul 22, 2016
1 parent fec856c commit 4486a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/readline_check_version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ LDFLAGS="$LDFLAGS -L${ac_cv_rl_libdir}"
AC_CACHE_VAL(ac_cv_rl_version,
[AC_TRY_RUN([
#include <stdio.h>
#include <stdlib.h>
#include <readline/readline.h>
main()
Expand Down

0 comments on commit 4486a4b

Please sign in to comment.