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 27f267036..6dc86359f 100644 --- a/nxcompshad/Misc.h +++ b/nxcompshad/Misc.h @@ -20,8 +20,8 @@ #include <iostream> -#include <cerrno> -#include <cstring> +#include <errno.h> +#include <string.h> using namespace std; |