diff options
Diffstat (limited to '')
-rw-r--r-- | mail/ftrack/files/patch-src-help.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ftrack/files/patch-src-help.cpp b/mail/ftrack/files/patch-src-help.cpp new file mode 100644 index 000000000000..3de99b7b6bf2 --- /dev/null +++ b/mail/ftrack/files/patch-src-help.cpp @@ -0,0 +1,13 @@ +--- src/help.cpp.orig Fri Aug 19 17:58:00 2005 ++++ src/help.cpp Fri Aug 19 17:59:15 2005 +@@ -1,7 +1,9 @@ + #include <stdio.h> + #include "constant.hpp" + #include "help.hpp" +-#include <iostream.h> ++#include <iostream> ++ ++using namespace std; + + void Hello(void) { + cout << "\nFTrack " << FVersion << " " << Copyright << "\n"; |