summaryrefslogtreecommitdiff
path: root/devel/picp/patches/patch-ab
blob: 3e2e82c1c2e82d33ad0d9d2692ad493e240b8b1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.1 2005/11/08 03:53:33 tv Exp $

--- main.c.orig	2005-07-08 19:10:15.000000000 -0400
+++ main.c
@@ -67,6 +67,10 @@
 #include <errno.h>
 #include	<time.h>
 
+#ifdef __INTERIX
+#include <alloca.h>
+#endif
+
 #ifdef WIN32
 #include	<windows.h>
 #include	<malloc.h>