ports/textproc/isearch/patches/patch-src_Iutil_cxx

14 lines
291 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/Iutil.cxx
--- src/Iutil.cxx.orig
+++ src/Iutil.cxx
@@ -46,7 +46,8 @@ Author: Nassib Nassar, nrn@cnidr.org
#endif
#include <errno.h>
#include <string.h>
-#include <iostream.h>
+#include <iostream>
+using std::cin;
#include <locale.h>
#if defined(_MSDOS) || defined(_WIN32)