blob: c3a1c07785f8908b34dda1ba76c73902e9bca8bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.3 2007/03/08 18:53:58 wiz Exp $
--- lib/regex_internal.h.orig 2005-12-06 08:50:56.000000000 +0000
+++ lib/regex_internal.h
@@ -410,7 +410,7 @@ static unsigned int re_string_context_at
#define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx))
#define re_string_set_index(pstr,idx) ((pstr)->cur_idx = (idx))
-#include <alloca.h>
+#include <stdlib.h>
#ifndef _LIBC
# if HAVE_ALLOCA
|