Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/locale/localeconv.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/locale/localeconv.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- src/lib/libc/locale/localeconv.c 1997/04/29 16:40:17 1.7 +++ src/lib/libc/locale/localeconv.c 1997/07/13 19:54:55 1.8 @@ -1,12 +1,13 @@ -/* $NetBSD: localeconv.c,v 1.7 1997/04/29 16:40:17 kleink Exp $ */ +/* $NetBSD: localeconv.c,v 1.8 1997/07/13 19:54:55 christos Exp $ */ /* * Written by J.T. Conklin . * Public domain. */ +#include #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: localeconv.c,v 1.7 1997/04/29 16:40:17 kleink Exp $"; +__RCSID("$NetBSD: localeconv.c,v 1.8 1997/07/13 19:54:55 christos Exp $"); #endif /* LIBC_SCCS and not lint */ #include