repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
audio
/
sidplay
/
patches
/
patch-ad
blob
ba466696692860b990a3f54cc6e9822da18cfef1
1
$NetBSD$
2
3
--- sidcon.cpp.orig 2002-02-19 19:48:37.000000000 +0000
4
+++ sidcon.cpp
5
@@ -25,12 +25,14 @@
6
#include <stdio.h>
7
#include <stdlib.h>
8
#include <string.h>
9
-#include <iostream.h>
10
-#include <iomanip.h>
11
+#include <iostream>
12
+#include <iomanip>
13
14
#include <sidplay/sidtune.h>
15
#include <sidplay/fformat.h>
16
17
+using namespace std;
18
+
19
static bool toPSID = true,
20
toSIDPLAY = false,
21
checkOnly = false,