diff options
Diffstat (limited to 'comms/aldo')
-rw-r--r-- | comms/aldo/files/patch-libmenus::dialog.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/aldo/files/patch-libmenus::dialog.h b/comms/aldo/files/patch-libmenus::dialog.h new file mode 100644 index 000000000000..afd5556bc3c2 --- /dev/null +++ b/comms/aldo/files/patch-libmenus::dialog.h @@ -0,0 +1,19 @@ +--- libmenus/dialog.h.orig Fri Oct 3 00:23:55 2003 ++++ libmenus/dialog.h Fri Sep 17 18:44:10 2004 +@@ -24,6 +24,7 @@ + * * + ***************************************************************************/ + ++#include <iostream> + #include <string> + #include <vector> + +@@ -121,7 +122,7 @@ + unsigned int choice = 0; + do + { +- std::cout<<endl<<m_prompt; ++ std::cout<<std::endl<<m_prompt; + + std::string trash; + std::cin>>trash; |