diff options
-rw-r--r-- | wc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,12 +18,12 @@ */ #define _XOPEN_SOURCE 700 +#include <ctype.h> #include <errno.h> #include <inttypes.h> #include <locale.h> #include <stdio.h> #include <string.h> -#include <ctype.h> #include <wchar.h> #include <wctype.h> #include <unistd.h> |