Fix build.

Change-Id: Ied4adacde94ee10deb30647156f07d46a38fbe1f
diff --git a/toolbox/grep/util.c b/toolbox/grep/util.c
index c1c17e4..ecd948d 100644
--- a/toolbox/grep/util.c
+++ b/toolbox/grep/util.c
@@ -324,7 +324,7 @@
 				continue;
 			/* Check for whole word match */
 			if (fg_pattern[i].word && pmatch.rm_so != 0) {
-				wint_t wbegin, wend;
+				wchar_t wbegin, wend;
 
 				wbegin = wend = L' ';
 				if (pmatch.rm_so != 0 &&