SHA256
8
0
forked from pool/rlog
Files
rlog/include_fix.patch
Jan Engelhardt 0148b43101 - Make patches use the same p level so we can use %autosetup.
- Unversion documentation; renames librlog5-doc -> rlog-doc.
- Simplify all the doc collection with just the %doc directive.
- Use SRPM name for most subpackages; renames librlog-devel ->
  rlog-devel.
- Remove redundant configure --with-pic, this only makes sense
  with --enable-static.
- Remove --disable-static, this is the default anyway.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rlog?expand=0&rev=19
2024-02-23 13:16:05 +00:00

17 lines
396 B
Diff

---
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;