=================================================================== RCS file: /cvs/prex-old/dev/lib/strncpy.c,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/dev/lib/strncpy.c 2008/06/03 10:38:42 1.1.1.1 +++ prex-old/dev/lib/strncpy.c 2008/08/13 17:12:24 1.1.1.1.2.1 @@ -28,6 +28,7 @@ */ #include +#include char * strncpy(char *dest, const char *src, size_t count)