Added binary and unicode file i/o support to msvcrt.
[reactos.git] / reactos / lib / crtdll / ctype / isspace.c
index 0e90ae7..9eae142 100644 (file)
@@ -7,7 +7,7 @@
  * UPDATE HISTORY:
  *              28/12/98: Created
  */
-#include <crtdll/ctype.h>
+#include <msvcrt/ctype.h>
 
 #undef isspace
 int isspace(int c)