X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-stdint.c;h=7dbc0626439a7ac488ac2559f07bcec6ad41f67b;hb=192bd848d1106fc68d24e24e61534d6d9d49a335;hp=168b10f23a3ddfea23902faba9d6ae927deb7d84;hpb=a897449aaae8e6c051f3b9daaf984de5c5e092f3;p=gnulib.git diff --git a/tests/test-stdint.c b/tests/test-stdint.c index 168b10f23..7dbc06264 100644 --- a/tests/test-stdint.c +++ b/tests/test-stdint.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -306,11 +306,7 @@ err or; #endif #if HAVE_WINT_T -# if HAVE_WCHAR_H -# include -# include -# include -# endif +# include verify (TYPE_MINIMUM (wint_t) == WINT_MIN); verify (TYPE_MAXIMUM (wint_t) == WINT_MAX);