Files
ports/graphics/makehuman/patches/patch-src_FileTools_cpp
T
2019-08-29 21:30:20 +00:00

16 lines
333 B
Plaintext

$OpenBSD: patch-src_FileTools_cpp,v 1.1 2019/08/29 21:30:21 cwen Exp $
Add missing header for ports-gcc
Index: src/FileTools.cpp
--- src/FileTools.cpp.orig
+++ src/FileTools.cpp
@@ -38,6 +38,7 @@
#endif // _FileTools_H_
#include <fcntl.h>
+#include <string.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/time.h>