ports/devel/codeworker/patches/patch-UtlTrace_cpp

13 lines
262 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
fix several include errors with ports-gcc
Index: UtlTrace.cpp
--- UtlTrace.cpp.orig
+++ UtlTrace.cpp
@@ -24,6 +24,7 @@ To contact the author: codeworker@free.fr
#endif
#include <stdarg.h>
+#include <string.h>
#include "ScpStream.h"
#include "UtlTrace.h"