freebsd-ports/audio/splay/files/patch-libs_fileplayer.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

12 lines
257 B
C++

--- libs/fileplayer.cc.orig 2001-03-17 18:57:12 UTC
+++ libs/fileplayer.cc
@@ -10,7 +10,8 @@
#endif
#include <string.h>
-#include <iostream.h>
+#include <iostream>
+using namespace std;
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>