ports/converters/mpack/patches/patch-common_h

12 lines
205 B
Text

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