summarylogtreecommitdiffstats
path: root/nxcompsh-gcc43.patch
diff options
context:
space:
mode:
authorBrian Bidulock2015-12-15 18:26:55 -0700
committerBrian Bidulock2015-12-15 18:26:55 -0700
commite33788fb669be08828b9e4f6de9bcc09c8cb1085 (patch)
treeefb2ef979dfd33a971fb1fac429355fefc681627 /nxcompsh-gcc43.patch
downloadaur-e33788fb669be08828b9e4f6de9bcc09c8cb1085.tar.gz
initial version
Diffstat (limited to 'nxcompsh-gcc43.patch')
-rw-r--r--nxcompsh-gcc43.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/nxcompsh-gcc43.patch b/nxcompsh-gcc43.patch
new file mode 100644
index 000000000000..a67f25167f9b
--- /dev/null
+++ b/nxcompsh-gcc43.patch
@@ -0,0 +1,18 @@
+--- nxcompsh/Misc.h~ 2007-06-04 13:39:49.000000000 +0200
++++ nxcompsh/Misc.h 2008-04-12 12:46:24.000000000 +0200
+@@ -18,10 +18,12 @@
+ #ifndef Misc_H
+ #define Misc_H
+
+-#include <iostream.h>
++#include <iostream>
+
+-#include <errno.h>
+-#include <string.h>
++#include <cerrno>
++#include <cstring>
++
++using namespace std;
+
+ //
+ // Error handling macros.