diff options
Diffstat (limited to 'nxcompshad/Logger.h')
-rw-r--r-- | nxcompshad/Logger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nxcompshad/Logger.h b/nxcompshad/Logger.h index 2e6430b48..94e4da857 100644 --- a/nxcompshad/Logger.h +++ b/nxcompshad/Logger.h @@ -18,8 +18,8 @@ #ifndef Logger_H #define Logger_H -#include <cerrno> -#include <cstdarg> +#include <errno.h> +#include <stdarg.h> // // Error handling macros. |