diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4da837c8..c176819a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,7 +34,7 @@ #include <libxml/parser.h> #ifdef __USE_UNIX98 -#include <errno.h> +#include <cerrno> #include <sys/stat.h> #endif |