opnsense-ports/audio/sidplay/files/patch-sidplay.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

28 lines
465 B
C++

--- sidplay.cpp.orig
+++ sidplay.cpp
@@ -18,8 +18,8 @@
//
#include <ctype.h>
-#include <iomanip.h>
-#include <fstream.h>
+#include <iomanip>
+#include <iostream>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
@@ -41,6 +41,14 @@
#define DISALLOW_STEREO_SOUND
#endif
+using std::cerr;
+using std::cout;
+using std::dec;
+using std::endl;
+using std::hex;
+using std::setfill;
+using std::setw;
+
// Error and status message numbers.
enum
{