$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 +#if !defined(__NetBSD__) && !defined(__DragonFly__) #include -#include +#endif +#include + +using namespace std; #ifdef HAVE_GNUREGEX_H # include