summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-25 12:55:00 +0200
committerBruno Haible <bruno@clisp.org>2023-04-25 12:55:00 +0200
commit022714860f3cff7fea0a126659dd87d7ec3edbb8 (patch)
treec42884f8e03e27943a9e8b0c3fbd6c8d56698d59 /tests
parent94f25cc670d0a9c81db75881ab7da0a4b19b9f11 (diff)
downloadgnulib-022714860f3cff7fea0a126659dd87d7ec3edbb8.tar.gz
dfa tests: Fix compilation error (regression 2023-04-22).
* tests/test-dfa-match-aux.c: Include unistd.h. * modules/dfa-tests (Depends-on): Add unistd.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-dfa-match-aux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-dfa-match-aux.c b/tests/test-dfa-match-aux.c
index cef29e6a83..bbe246836e 100644
--- a/tests/test-dfa-match-aux.c
+++ b/tests/test-dfa-match-aux.c
@@ -22,6 +22,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include <regex.h>
#include <dfa.h>
#include <localeinfo.h>