diff options
Diffstat (limited to 'x11/accessx/files/patch-Access.h')
-rw-r--r-- | x11/accessx/files/patch-Access.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/accessx/files/patch-Access.h b/x11/accessx/files/patch-Access.h new file mode 100644 index 000000000000..58c8c0b89c4c --- /dev/null +++ b/x11/accessx/files/patch-Access.h @@ -0,0 +1,11 @@ +--- Access.h-orig Sun Nov 17 19:34:23 2002 ++++ Access.h Sun Nov 17 19:34:34 2002 +@@ -20,7 +20,7 @@ + * + */ + +-#include <iostream.h> ++#include <iostream> + #include <math.h> + + inline char* onoroff(int val) |