blob: 5c86017d17a0e1ecdc76e212347ffb4e874e7fec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aw,v 1.1.1.1 2011/05/27 22:57:42 cheusov Exp $
Fix for systems having btowc(3)
--- libuxre/regnfa.c.orig Sun Feb 6 16:16:14 2005
+++ libuxre/regnfa.c
@@ -35,6 +35,8 @@
typedef unsigned char Uchar;
typedef unsigned short Ushort;
+#include "btowc.h"
+
/*
* Nondeterministic Finite Automata.
*/
|