You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/rlog/files/rlog-1.3.7-gcc-4.3.patch

11 lines
203 B

--- a/rlog/RLogChannel.cpp
+++ b/rlog/RLogChannel.cpp
@@ -20,6 +20,7 @@
#include "RLogChannel.h"
#include "rlog.h"
#include "Lock.h"
+#include <cstring>
using namespace std;
using namespace rlog;