opnsense-ports/audio/sidplay/files/patch-sidcon.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

23 lines
435 B
C++

--- sidcon.cpp.orig
+++ 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,