diff options
Diffstat (limited to 'comms/locator/files/patch-locator.cc')
-rw-r--r-- | comms/locator/files/patch-locator.cc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/locator/files/patch-locator.cc b/comms/locator/files/patch-locator.cc new file mode 100644 index 000000000000..28ea4c749e9c --- /dev/null +++ b/comms/locator/files/patch-locator.cc @@ -0,0 +1,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" |