summaryrefslogtreecommitdiffstats
path: root/comms/locator/files/patch-locator.cc
blob: 28ea4c749e9c8ea9ec97347b3144769f6fafc767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- locator.cc.orig	Thu Jun 30 15:21:49 2005
+++ locator.cc	Thu Jun 30 17:04:24 2005
@@ -3,9 +3,13 @@
 /* Last change 29.07.2001  */

 /* A few includes */
-#include <iostream.h>
-#include <string.h>
-#include <stdio.h>
+#include <iostream>
+#include <cstdio>
+#include <cstring>
+
+using std::iostream;
+using std::ostream;
+using std::cout;

 /* A few definitions */
 #define VERSION "0.1"
OpenPOWER on IntegriCloud