13 lines
297 B
Text
13 lines
297 B
Text
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"
|