summaryrefslogtreecommitdiff
path: root/security/gnutls/patches/patch-ae
blob: 81668e4b8aab39262350471fa3921f53bfa948ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ae,v 1.5 2014/02/10 12:01:20 tron Exp $

Fix build.

--- guile/src/core.c.orig	2012-04-12 20:05:11.000000000 +0000
+++ guile/src/core.c
@@ -28,7 +28,7 @@
 #include <gnutls/openpgp.h>
 #include <libguile.h>
 
-#include <alloca.h>
+#include <stdlib.h>
 
 #include "enums.h"
 #include "smobs.h"