14 lines
250 B
Diff
14 lines
250 B
Diff
|
--- nxcompshad/Misc.h.orig 2008-07-21 18:27:41 +0400
|
||
|
+++ nxcompshad/Misc.h 2008-07-21 18:31:17 +0400
|
||
|
@@ -20,8 +20,8 @@
|
||
|
|
||
|
#include <iostream>
|
||
|
|
||
|
-#include <errno.h>
|
||
|
-#include <string.h>
|
||
|
+#include <cerrno>
|
||
|
+#include <cstring>
|
||
|
|
||
|
using namespace std;
|
||
|
|