opnsense-ports/textproc/word2x/files/patch-strip.cc
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
337 B
C++

--- strip.cc.orig Sun May 9 23:50:49 1999
+++ strip.cc Wed Mar 31 21:15:43 2004
@@ -16,9 +16,9 @@
#ifdef HAVE_CTYPE_H
#include <ctype.h>
#endif /* HAVE_CTYPE_H */
-#include <stream.h>
-#include <iostream.h>
-#include <fstream.h>
+#include <iostream>
+#include <fstream>
+using namespace std;
#include "strip.h"
#include "tune.h"