diff options
Diffstat (limited to 'net/netmap/files/patch-netmap::misc.h')
-rw-r--r-- | net/netmap/files/patch-netmap::misc.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/netmap/files/patch-netmap::misc.h b/net/netmap/files/patch-netmap::misc.h new file mode 100644 index 000000000000..8ba4bdb46e24 --- /dev/null +++ b/net/netmap/files/patch-netmap::misc.h @@ -0,0 +1,10 @@ +--- netmap/misc.h.orig Sun Dec 15 14:54:26 2002 ++++ netmap/misc.h Sun Dec 15 14:54:26 2002 +@@ -6,6 +6,7 @@ + #include <iostream> + + #include <list> ++using namespace std; + + + string indent(unsigned); |