branch update for HEAD-2003021201
[reactos.git] / lib / crtdll / ctype / isspace.c
index 0e90ae7..723b8b0 100644 (file)
@@ -7,7 +7,9 @@
  * UPDATE HISTORY:
  *              28/12/98: Created
  */
-#include <crtdll/ctype.h>
+
+#include <msvcrt/ctype.h>
+
 
 #undef isspace
 int isspace(int c)