$OpenBSD: patch-CfgFileParser_cc,v 1.1.1.1 2004/02/26 00:30:05 naddy Exp $
--- CfgFileParser.cc.orig	2004-02-26 00:03:08.000000000 +0100
+++ CfgFileParser.cc	2004-02-26 00:03:25.000000000 +0100
@@ -20,10 +20,10 @@
 #include "CfgFileParser.h"
 
 #include <stdio.h>
-#include <fstream.h>
+#include <iostream.h>
 #include <assert.h>
 #include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
 
 
 // ## class SearchData ##
