Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / sidplay / patches / patch-ac
blob33314df38a88633ccc1acb5f037d14d55976025d
1 $NetBSD$
3 --- sidplay.cpp.orig    2002-09-28 18:44:02.000000000 +0000
4 +++ sidplay.cpp
5 @@ -18,8 +18,9 @@
6  //
7  
8  #include <ctype.h>
9 -#include <iomanip.h>
10 -#include <fstream.h>
11 +#include <iostream>
12 +#include <iomanip>
13 +#include <fstream>
14  #include <signal.h>
15  #include <stdlib.h>
16  #include <string.h>
17 @@ -41,6 +42,8 @@
18  #define DISALLOW_STEREO_SOUND
19  #endif
21 +using namespace std;
23  // Error and status message numbers.
24  enum
25  {