openbsd-ports/converters/mpack/patches/patch-common_h
2023-01-27 18:04:19 +00:00

13 lines
205 B
Plaintext

Index: common.h
--- common.h.orig
+++ common.h
@@ -29,6 +29,8 @@
#define TEMPFILENAME "tempdesc.txt"
#endif
+#include <unistd.h>
+
#if defined(unix) && !defined(remove)
#define remove unlink
#endif