Support for MSVC compiler: Ensure ssize_t gets defined.
[gnulib.git] / tests / test-sys_types.c
index fcd5acf..bfd9aa5 100644 (file)
@@ -23,6 +23,7 @@
 /* Check that the types are all defined.  */
 pid_t t1;
 size_t t2;
+ssize_t t3;
 
 int
 main (void)