summaryrefslogtreecommitdiff
path: root/devel/netcdf/patches/patch-aj
blob: 63c17945567cc31550c49e75d9183ecfa61a44cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- configure.orig	2003-10-26 08:17:58.000000000 +1100
+++ configure	2003-10-26 08:18:12.000000000 +1100
@@ -1232,9 +1232,9 @@
 extern "C" void exit(int);
 #endif
 
-				#include <iostream.h>
+				#include <iostream>
 				int main() {
-				    cout << "";
+				    std::cout << "";
 				    return 0;
 				}