Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > media > main-release-src > by-pkgid > 1adf855021ac9bfe0504779854398fe6 > files > 4

partimage-0.6.7-12mdv2009.1.src.rpm

diff --git a/src/server/partimaged-main.cpp b/src/server/partimaged-main.cpp
index 2241667..63942fc 100644
--- a/src/server/partimaged-main.cpp
+++ b/src/server/partimaged-main.cpp
@@ -27,7 +27,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <iostream.h>
+#include <iostream>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <signal.h>
diff --git a/src/server/partimaged.cpp b/src/server/partimaged.cpp
index 4d2e4e3..0c0090c 100644
--- a/src/server/partimaged.cpp
+++ b/src/server/partimaged.cpp
@@ -22,7 +22,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <iostream.h>
+#include <iostream>
 
 #include "net.h"
 #include "netserver.h"
diff --git a/src/shared/net.h b/src/shared/net.h
index 2c65bfb..51770d1 100644
--- a/src/shared/net.h
+++ b/src/shared/net.h
@@ -28,7 +28,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <arpa/inet.h>
-#include <iostream.h>
+#include <iostream>
 #include <pthread.h>
 
 #include "pathnames.h"