diff options
Diffstat (limited to 'sysutils/xosview/files/patch-xwin.h')
-rw-r--r-- | sysutils/xosview/files/patch-xwin.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/xosview/files/patch-xwin.h b/sysutils/xosview/files/patch-xwin.h new file mode 100644 index 0000000..bcec4c6 --- /dev/null +++ b/sysutils/xosview/files/patch-xwin.h @@ -0,0 +1,10 @@ +--- xwin.h.orig Mon Feb 25 03:52:00 2002 ++++ xwin.h Mon Oct 27 21:13:29 2003 +@@ -11,6 +11,7 @@ + #endif + #include <iostream.h> + #include <string.h> ++using namespace std; + + #define XWIN_H_CVSID "$Id$" + |