mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
b1a93a868e
OK sthen@
16 lines
333 B
Plaintext
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>
|