9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
12 lines
257 B
C++
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>
|