|
|||||||||||
|
documentation/3345: Error in readline's manpage
From: <manu(at)feyd-rautha.org>
Date: Sun Jul 06 2003 - 13:12:09 EDT
System : OpenBSD 3.3 Architecture: OpenBSD.i386 Machine : i386 >Description: The readline's manual page tells to include readline.h and history.h but these files seems to be in /usr/include/readline, so we have to put #include <readline/readline.h> #include <readline/history.h> in order to have a source to work instead of #include <readline.h> #include <history.h> to have the source to work. >How-To-Repeat: man readline >Fix: Replace #include <readline.h> #include <history.h> with #include <readline/readline.h> #include <readline/history.h> >Release-Note:
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:29:59 EDT |
||||||||||
|
|||||||||||