opnsense-ports/archivers/libcabinet/files/patch-bstring.h
Franco Fichtner 6e79da282a */*: sync with upstream
Taken from: FreeBSD
2016-07-27 07:58:02 +02:00

20 lines
420 B
C++

--- bstring.h.orig 1999-10-24 11:29:53 UTC
+++ bstring.h
@@ -21,13 +21,15 @@
#ifndef __BSTRING_HPP__
#define __BSTRING_HPP__
-#include <alloc.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
-#include <fstream.h>
+#include <fstream>
#include "dos_comp.h"
+using std::istream;
+using std::ostream;
+
//////////////////////////////////////////////////////////////////////////////
class b_string