getaddrinfo: Doc fix.
[pspp] / tests / test-wctype-h.c
index 0fe4a774800ad29fefe734246464fd520427643b..aed3b772f402ce88db5d8137333769bf3bca8bef 100644 (file)
@@ -27,6 +27,12 @@ wint_t a = 'x';
 /* Check that WEOF is defined.  */
 wint_t e = WEOF;
 
+/* Check that the type wctype_t is defined.  */
+wctype_t p;
+
+/* Check that the type wctrans_t is defined.  */
+wctrans_t q;
+
 int
 main (void)
 {