packages/net/peerguardian/patches/003-gcc_4_3-compile-fix.patch
jow 6f2a630787 [packages] peerguardian: libnetfilter-queue-libipq has been dropped upstream, switch back to libipq
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24531 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-13 00:36:29 +00:00

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 {