diff options
Diffstat (limited to '')
-rw-r--r-- | src/charConv.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/charConv.c b/src/charConv.c index a4b596efe..c2ef722a8 100644 --- a/src/charConv.c +++ b/src/charConv.c @@ -21,10 +21,7 @@ #include "utf8.h" #include "utils.h" #include "path.h" - -#include <stdlib.h> -#include <errno.h> -#include <string.h> +#include "os_compat.h" #ifdef HAVE_ICONV #include <iconv.h> |