summaryrefslogtreecommitdiff
blob: 255e732e3aa15169a297edbbd2e3a2cb54bbb264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -aur src.old/ccexample.cc src/ccexample.cc
--- src.old/ccexample.cc	2008-07-11 23:06:47.000000000 +0200
+++ src/ccexample.cc	2008-07-11 23:07:13.000000000 +0200
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <iostream.h>
+#include <iostream>
 using namespace std;
 
 #include <unistd.h>