summaryrefslogtreecommitdiff
path: root/misc/colortail/patches/patch-ab
blob: f62787566f07f3ea03e2d6a517e8a3ea2ece9a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.1.1.1 2001/01/24 03:53:06 hubertf Exp $

--- CfgFileParser.h.old	Wed Jun 21 12:55:57 2000
+++ CfgFileParser.h	Wed Jun 21 12:56:09 2000
@@ -24,7 +24,9 @@
 #include "config.h"
 
 #include <sys/types.h>
+#if !defined(__NetBSD__)
 #include <regex.h>
+#endif
 #include <fstream.h>
 
 #ifdef HAVE_GNUREGEX_H