diff options
Diffstat (limited to 'app-editors/shed/files/shed-1.15-interix.patch')
-rw-r--r-- | app-editors/shed/files/shed-1.15-interix.patch | 15 |
1 files changed, 15 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..16c310d91cd1 --- /dev/null +++ b/app-editors/shed/files/shed-1.15-interix.patch @@ -0,0 +1,15 @@ +http://sourceforge.net/tracker/?func=detail&aid=3554634&group_id=21862&atid=374571 +diff -ru shed-1.13.orig/shed.c shed-1.13/shed.c +--- shed-1.13.orig/shed.c 2008-04-03 15:21:53 +0200 ++++ shed-1.13/shed.c 2008-04-03 15:23:05 +0200 +@@ -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 */ |