Files
pkgsrc-ng/devel/picp/patches/patch-ab
2013-09-26 17:14:40 +02:00

16 lines
283 B
Plaintext

$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>