HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/audio/sidplay/files/patch-sidcon.cpp
--- sidcon.cpp.orig	2002-02-19 19:48:37 UTC
+++ sidcon.cpp
@@ -25,12 +25,18 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <iostream.h>
-#include <iomanip.h>
+#include <iostream>
+#include <iomanip>
 
 #include <sidplay/sidtune.h>
 #include <sidplay/fformat.h>
 
+using std::cerr;
+using std::cin;
+using std::cout;
+using std::endl;
+using std::flush;
+
 static bool toPSID = true,
     toSIDPLAY = false,
     checkOnly = false,