--- bootshell-1.3.cc.orig	Tue Oct  9 10:16:32 2001
+++ bootshell-1.3.cc		Thu Feb 20 16:31:08 2003
@@ -29,10 +29,12 @@
 // v1.3 (12-07-2000) - Added more patches from John to fix some very bad 
 //                     behavior.  NULL-terminated is important!  Doh! 
 
-#include <iostream.h>
+#include <iostream>
 #include <string>
 #include <unistd.h>
 
+using namespace std;
+
 // These commands must be formatted as argv[] arrays
 // Command to execute for login
 char *login_cmd[] = {"/sbin/sulogin", NULL};
