summaryrefslogtreecommitdiff
path: root/stdio-common/tstgetln.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/tstgetln.c')
-rw-r--r--stdio-common/tstgetln.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/stdio-common/tstgetln.c b/stdio-common/tstgetln.c
index 79ab90c7cc..3b7ecefc0a 100644
--- a/stdio-common/tstgetln.c
+++ b/stdio-common/tstgetln.c
@@ -15,9 +15,8 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
+#include <sys/types.h>
#include <stdio.h>
-#undef ssize_t
-#define ssize_t _IO_ssize_t
int
main (int argc, char *argv[])