You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/shed/files/shed-1.15-interix.patch

15 lines
313 B

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 */