pkgsrc/devel/picp/patches/patch-ab
2005-11-08 03:53:33 +00:00

15 lines
283 B
Text

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