ports/devel/codeworker/patches/patch-UtlDirectory_cpp

14 lines
320 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
fix various include errors with ports-gcc
Index: UtlDirectory.cpp
--- UtlDirectory.cpp.orig
+++ UtlDirectory.cpp
@@ -30,6 +30,8 @@ To contact the author: codeworker@free.fr
# include <sys/stat.h>
# include <unistd.h>
# include <glob.h>
+# include <stdlib.h>
+# include <string.h>
#endif
#include "UtlException.h"