diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-14 18:41:02 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-14 18:41:02 +0200 |
| commit | d2f778db43f0c703634e901fee7c929ebd0c8072 (patch) | |
| tree | 7a47ad3fa89ddf2fc4bb0c5889454ca281ab9551 /libtest/common.h | |
| parent | 100% (diff) | |
| download | librecrypt-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 'libtest/common.h')
| -rw-r--r-- | libtest/common.h | 1 |
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> |
