mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
14 lines
241 B
Plaintext
14 lines
241 B
Plaintext
Index: src/fc.hxx
|
|
--- src/fc.hxx.orig
|
|
+++ src/fc.hxx
|
|
@@ -8,7 +8,8 @@ Author: Nassib Nassar, nrn@cnidr.org
|
|
#ifndef FC_HXX
|
|
#define FC_HXX
|
|
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
+using std::ostream;
|
|
#include "defs.hxx"
|
|
|
|
class FC {
|