ports/devel/codeworker/patches/patch-CGRuntime_h

14 lines
297 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Fix a lot of include errors with ports-gcc
Index: CGRuntime.h
--- CGRuntime.h.orig
+++ CGRuntime.h
@@ -24,6 +24,8 @@ To contact the author: codeworker@free.fr
#include <string>
#include <list>
+#include <stdlib.h>
+#include <string.h>
#include "UtlException.h"
#include "CppParsingTree.h"