SHA256
8
0
forked from pool/rlog
Files
rlog/include_fix.patch

17 lines
396 B
Diff
Raw Permalink Normal View History

---
rlog/RLogChannel.cpp | 1 +
1 file changed, 1 insertion(+)
Index: rlog-1.4/rlog/RLogChannel.cpp
===================================================================
--- rlog-1.4.orig/rlog/RLogChannel.cpp
+++ rlog-1.4/rlog/RLogChannel.cpp
@@ -21,6 +21,7 @@
#include "RLogChannel.h"
#include "rlog.h"
#include "Lock.h"
+#include <string.h>
using namespace std;
using namespace rlog;