Added binary and unicode file i/o support to msvcrt.
[reactos.git] / reactos / lib / crtdll / string / memcpy.c
index 7a1f7f4..ebad8d9 100644 (file)
@@ -1,4 +1,5 @@
-#include <crtdll/string.h>
+#include <msvcrt/string.h>
+
 
 /* This is the most reliable way to avoid incompatibilities
    in available built-in functions on various systems.  */