On some systems this sample already builds fine, on others it hits the error that FILE is not defined. Including stdio fixes the problem and even aligns with the example code given in the readline manpages.
Should this change go in the CHANGELOG?
[ ] If this is a fix, user-facing change, a compiler change, or a new paper
implementation, I have updated CHANGELOG_NEXT.md (and potentially also
CONTRIBUTORS.md).
Closes #1179.
Description
On some systems this sample already builds fine, on others it hits the error that
FILE
is not defined. Includingstdio
fixes the problem and even aligns with the example code given in the readline manpages.Should this change go in the CHANGELOG?
CHANGELOG_NEXT.md
(and potentially alsoCONTRIBUTORS.md
).