summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wc.c b/wc.c
index 160f6ed..fafa06e 100644
--- a/wc.c
+++ b/wc.c
@@ -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>