mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
19 lines
401 B
Plaintext
19 lines
401 B
Plaintext
$NetBSD: patch-ab,v 1.3 2011/11/26 17:16:53 joerg Exp $
|
|
|
|
--- CfgFileParser.h.orig 1999-08-03 19:40:52.000000000 +0000
|
|
+++ CfgFileParser.h
|
|
@@ -24,8 +24,12 @@
|
|
#include "config.h"
|
|
|
|
#include <sys/types.h>
|
|
+#if !defined(__NetBSD__) && !defined(__DragonFly__)
|
|
#include <regex.h>
|
|
-#include <fstream.h>
|
|
+#endif
|
|
+#include <fstream>
|
|
+
|
|
+using namespace std;
|
|
|
|
#ifdef HAVE_GNUREGEX_H
|
|
# include <gnuregex.h>
|