Added binary and unicode file i/o support to msvcrt.
[reactos.git] / reactos / lib / crtdll / string / memset.c
index 286ff5d..124b3a6 100644 (file)
@@ -1,4 +1,5 @@
-#include <crtdll/string.h>
+#include <msvcrt/string.h>
+
 
 void * memset(void *src,int val,size_t count)
 {