ports/archivers/libcabinet/files/patch-cfheader.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

17 lines
421 B
C++

--- cfheader.h.orig 1999-10-24 06:13:29 UTC
+++ cfheader.h
@@ -15,10 +15,12 @@
#define __CFHEADER_H__
#include <string.h>
-#include <fstream.h>
+#include <fstream>
#include "cftypes.h"
#include "bstring.h"
+using std::ifstream;
+using std::ofstream;
////////////////////////////////////////////////////////////////////////////////
// This class contains all the fixed fields always preset in a cabinet header