aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/05read.c3
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"