We must include ctype.h so that applications get isalnum & co.

diff --git a/include/winnt.h b/include/winnt.h
index 4f65d3f..b2009c4 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -11,6 +11,7 @@
 #include "windef.h"
 
 #ifndef RC_INVOKED
+#include <ctype.h>
 #include <string.h>
 #endif