blob: 139c3cad6eb0120d259db486c8618e09ed764129 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-av,v 1.1.1.1 2011/05/27 22:57:42 cheusov Exp $
Fix for systems having no btowc(3)
--- libuxre/bracket.c.orig Sat Oct 18 22:16:46 2003
+++ libuxre/bracket.c
@@ -31,6 +31,8 @@
#include <string.h>
#include "re.h"
+#include "btowc.h"
+
/*
* Build and match the [...] part of REs.
*
|