summaryrefslogtreecommitdiff
path: root/tests/test-openat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-openat.c')
-rw-r--r--tests/test-openat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-openat.c b/tests/test-openat.c
index 77185cc45a..5eb9deb276 100644
--- a/tests/test-openat.c
+++ b/tests/test-openat.c
@@ -20,6 +20,9 @@
#include <fcntl.h>
+#include "signature.h"
+SIGNATURE_CHECK (openat, int, (int, char const *, int, ...));
+
#include <errno.h>
#include <stdarg.h>
#include <stdbool.h>