6f2a630787
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24531 3c298f89-4303-0410-b956-a3cf2f4a3e73
21 lines
315 B
Diff
21 lines
315 B
Diff
--- a/Main.cpp
|
|
+++ b/Main.cpp
|
|
@@ -25,6 +25,7 @@
|
|
#include <signal.h>
|
|
#include <iostream>
|
|
#include <fstream>
|
|
+#include <cstring>
|
|
|
|
using namespace PG;
|
|
using namespace std;
|
|
--- a/PeerGuard.h
|
|
+++ b/PeerGuard.h
|
|
@@ -24,6 +24,7 @@
|
|
#include "BlockList.h"
|
|
|
|
#include <ostream>
|
|
+#include <cstring>
|
|
|
|
namespace PG {
|
|
|