diff options
Diffstat (limited to 'iconv-detect.c')
-rw-r--r-- | iconv-detect.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/iconv-detect.c b/iconv-detect.c index 67dbd8e6bf..9fc3acda6e 100644 --- a/iconv-detect.c +++ b/iconv-detect.c @@ -20,9 +20,8 @@ * */ - #include <stdio.h> -#include <stdlib.n> +#include <stdlib.h> #include <iconv.h> enum { |