update for HEAD-2003021201
[reactos.git] / lib / crtdll / string / strcpy.c
index cf77c54..902254f 100644 (file)
@@ -1,5 +1,7 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-char* strcpy(char *to, const char *from);
+#include <msvcrt/string.h>
+
+#pragma function(strcpy)
 
 char* strcpy(char *to, const char *from)
 {