From 128524cd2bb7d79d0e29137809058b27f166058b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 25 Jul 2015 19:08:11 +0200 Subject: Fix compiler warnings in test 05read --- tests/05read.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/05read.c b/tests/05read.c index bd7d07c..226acca 100644 --- a/tests/05read.c +++ b/tests/05read.c @@ -1,5 +1,8 @@ +#define _XOPEN_SOURCE + #include #include +#include #include "../termo.h" #include "taplib.h" -- cgit v1.2.3