Hide Forgot
Description of problem: The following file fails to compile: #include <readline/readline.h> int main() { return 0; } Version-Release number of selected component (if applicable): 6.2-4 How reproducible: 100%
According to readline mailing list http://lists.gnu.org/archive/html/bug-readline/2008-12/msg00002.html is every application, which is using readline, responsible for including stdio.h. In Debian they have patch to add this include in readline.h and history.h, but I want to have Fedora version similar to upstream.