Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
$NetBSD: patch-src_bmp.cpp,v 1.1 2011/11/25 21:51:13 joerg Exp $
--- src/bmp.cpp.orig 2011-11-25 15:19:08.000000000 +0000
+++ src/bmp.cpp
@@ -4,14 +4,16 @@
// Modified by Volker Blanz, 25.4.2001
//
-#include <iostream.h>
-#include <fstream.h>
+#include <iostream>
+#include <fstream>
#include <stdio.h>
#include <string.h>
#include "LA.h"
#include "Namen.h"
#include "bmp.h"
+using namespace std;
+
// from ioutil:
WORDX readWord(FILE *f) {