patch-sid2wav_cpp 597 B

1234567891011121314151617181920212223242526
  1. $OpenBSD: patch-sid2wav_cpp,v 1.1 2017/04/22 01:42:27 jsg Exp $
  2. --- sid2wav.cpp.orig Thu Apr 20 16:59:16 2017
  3. +++ sid2wav.cpp Thu Apr 20 16:59:52 2017
  4. @@ -18,9 +18,9 @@
  5. // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  6. //
  7. -#include <iostream.h>
  8. -#include <iomanip.h>
  9. -#include <fstream.h>
  10. +#include <iostream>
  11. +#include <iomanip>
  12. +#include <fstream>
  13. #include <string.h>
  14. #include <stdlib.h>
  15. @@ -38,6 +38,8 @@
  16. #include <sidplay/player.h>
  17. #include <sidplay/fformat.h>
  18. #include <sidplay/myendian.h>
  19. +
  20. +using namespace std;
  21. const char s2w_version[] = "1.8";