summaryrefslogtreecommitdiff
blob: 112c697e104b09952090696c002d303c4c46586e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- nxcompshad/Misc.h
+++ nxcompshad/Misc.h
@@ -18,10 +18,10 @@
 #ifndef Misc_H
 #define Misc_H
 
-#include <iostream.h>
+#include <iostream>
 
-#include <errno.h>
-#include <string.h>
+#include <cerrno>
+#include <cstring>
 
 //
 // Error handling macros.
@@ -35,6 +35,6 @@
 // Log file.
 //
 
-extern ostream *logofs;
+extern std::ostream *logofs;
 
 #endif /* Misc_H */