$NetBSD: patch-ad,v 1.2 2004/05/23 23:28:29 danw Exp $

--- CfgFileParser.cc.orig	Tue Aug  3 15:40:44 1999
+++ CfgFileParser.cc
@@ -23,7 +23,11 @@
 #include <fstream.h>
 #include <assert.h>
 #include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
+
+#include <iostream>
+
+using namespace std;
 
 
 // ## class SearchData ##
