1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/audio/fcplay/files/patch-Dump.h
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

15 lines
242 B
C

--- Dump.h.orig 1997-03-03 21:47:00 UTC
+++ Dump.h
@@ -2,8 +2,9 @@
#define DUMP_H
-#include <iostream.h>
-#include <iomanip.h>
+#include <iostream>
+#include <iomanip>
+using namespace std;
#include "MyTypes.h"
#include "SmartPtr.h"