diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-11-25 15:02:34 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-11-25 15:02:34 -0500 |
commit | 39ba4b9c2261eec975fb5dac23b405fadcd2b33b (patch) | |
tree | 069f3a7a2623c228e867cad59886a1887412b032 | |
parent | c1b0486affa2e0fea086a57565ab88aac630b7f4 (diff) |
-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> |