aboutsummaryrefslogtreecommitdiffstats
path: root/libtest/common.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-14 18:41:02 +0200
committerMattias Andrée <m@maandree.se>2026-05-14 18:41:02 +0200
commitd2f778db43f0c703634e901fee7c929ebd0c8072 (patch)
tree7a47ad3fa89ddf2fc4bb0c5889454ca281ab9551 /libtest/common.h
parent100% (diff)
downloadlibrecrypt-d2f778db43f0c703634e901fee7c929ebd0c8072.tar.gz
librecrypt-d2f778db43f0c703634e901fee7c929ebd0c8072.tar.bz2
librecrypt-d2f778db43f0c703634e901fee7c929ebd0c8072.tar.xz
Fix libtest
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--libtest/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtest/common.h b/libtest/common.h
index e4344a9..ed9272e 100644
--- a/libtest/common.h
+++ b/libtest/common.h
@@ -11,6 +11,7 @@
#include <sys/mman.h>
#include <dirent.h>
#include <errno.h>
+#include <fcntl.h>
#include <inttypes.h>
#include <limits.h>
#include <signal.h>