summaryrefslogtreecommitdiff
path: root/app-editors/shed/files/shed-1.15-interix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/shed/files/shed-1.15-interix.patch')
-rw-r--r--app-editors/shed/files/shed-1.15-interix.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-editors/shed/files/shed-1.15-interix.patch b/app-editors/shed/files/shed-1.15-interix.patch
new file mode 100644
index 000000000000..46c5eb6b26b1
--- /dev/null
+++ b/app-editors/shed/files/shed-1.15-interix.patch
@@ -0,0 +1,14 @@
+https://sourceforge.net/tracker/?func=detail&aid=3554634&group_id=21862&atid=374571
+--- a/shed.c
++++ b/shed.c
+@@ -31,6 +31,10 @@
+ #include <ctype.h> /* tolower */
+ #include <unistd.h> /* dup, dup2 */
+
++#ifdef __INTERIX
++# include <sys/time.h>
++#endif
++
+ #include "util.h"
+
+ /* function prototypes */