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/include/wchar.h,v rcsdiff: /ftp/cvs/cvsroot/src/include/wchar.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- src/include/wchar.h 2003/03/11 09:21:22 1.17 +++ src/include/wchar.h 2003/04/28 23:16:15 1.18 @@ -1,4 +1,4 @@ -/* $NetBSD: wchar.h,v 1.17 2003/03/11 09:21:22 tshiozak Exp $ */ +/* $NetBSD: wchar.h,v 1.18 2003/04/28 23:16:15 bjh21 Exp $ */ /*- * Copyright (c)1999 Citrus Project, @@ -66,6 +66,7 @@ #define _WCHAR_H_ #include +#include #include #include @@ -150,8 +151,8 @@ long int wcstol __P((const wchar_t * __r wchar_t ** __restrict, int base)); double wcstod __P((const wchar_t * __restrict, wchar_t ** __restrict)); -#if (!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || \ - defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) > 199901L +#if defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) > 199901L || \ + defined(_NETBSD_SOURCE) /* LONGLONG */ long long int wcstoll __P((const wchar_t * __restrict, wchar_t ** __restrict, int base));