diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-07-25 19:08:11 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-07-25 19:08:11 +0200 |
commit | 128524cd2bb7d79d0e29137809058b27f166058b (patch) | |
tree | 906333e9de458dff5858c0309d1518498259a702 | |
parent | cd87fee243d924ffc057ed5c5852e1faa392e959 (diff) | |
download | termo-128524cd2bb7d79d0e29137809058b27f166058b.tar.gz termo-128524cd2bb7d79d0e29137809058b27f166058b.tar.xz termo-128524cd2bb7d79d0e29137809058b27f166058b.zip |
Fix compiler warnings in test 05read
-rw-r--r-- | tests/05read.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 <stdio.h> #include <errno.h> +#include <unistd.h> #include "../termo.h" #include "taplib.h" |