include stdio.h for readline check
Peter Li <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, configure fails to find readline on my FC16/17 systems. I checked with readline and their docs require that stdio.h be included before readline.h is included, so this is not an upstream error; test_readline.cc should have #include <stdio.h> added.