mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
22 lines
414 B
Plaintext
22 lines
414 B
Plaintext
$NetBSD: patch-ad,v 1.3 2011/11/26 17:16:53 joerg Exp $
|
|
|
|
--- CfgFileParser.cc.orig 1999-08-03 19:40:44.000000000 +0000
|
|
+++ CfgFileParser.cc
|
|
@@ -20,10 +20,14 @@
|
|
#include "CfgFileParser.h"
|
|
|
|
#include <stdio.h>
|
|
-#include <fstream.h>
|
|
+#include <fstream>
|
|
#include <assert.h>
|
|
#include <string.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
+
|
|
+#include <iostream>
|
|
+
|
|
+using namespace std;
|
|
|
|
|
|
// ## class SearchData ##
|