[packages] ndisc: update to 1.0.0
[openwrt/svn-archive/archive.git] / net / peerguardian / patches / 003-gcc_4_3-compile-fix.patch
1 --- a/Main.cpp
2 +++ b/Main.cpp
3 @@ -25,6 +25,7 @@
4 #include <signal.h>
5 #include <iostream>
6 #include <fstream>
7 +#include <cstring>
8
9 using namespace PG;
10 using namespace std;
11 --- a/PeerGuard.h
12 +++ b/PeerGuard.h
13 @@ -24,6 +24,7 @@
14 #include "BlockList.h"
15
16 #include <ostream>
17 +#include <cstring>
18
19 namespace PG {
20