diff options
Diffstat (limited to 'nxcompshad/Misc.h')
-rw-r--r-- | nxcompshad/Misc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nxcompshad/Misc.h b/nxcompshad/Misc.h index 6dc86359f..27f267036 100644 --- a/nxcompshad/Misc.h +++ b/nxcompshad/Misc.h @@ -20,8 +20,8 @@ #include <iostream> -#include <errno.h> -#include <string.h> +#include <cerrno> +#include <cstring> using namespace std; |