summaryrefslogtreecommitdiff
path: root/misc/colortail/patches/patch-ad
blob: 683327180031d0e2d87b04015149fc053d2ccc06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$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 ##