ports/audio/splay/files/patch-apps_splay.cc
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

20 lines
373 B
C++

--- apps/splay.cc.orig 2001-03-19 08:51:27 UTC
+++ apps/splay.cc
@@ -16,14 +16,15 @@
#include <sys/types.h>
#include <sys/wait.h>
-#include <iostream.h>
+#include <iostream>
+using namespace std;
#ifdef HAVE_LIBID3
#include <id3/tag.h>
#include <id3/misc_support.h>
#endif /* HAVE_LIBID3 */
-#include <iomanip.h>
+#include <iomanip>
#include "mpegsound.h"