diff options
Diffstat (limited to 'tests/test-fstatat.c')
-rw-r--r-- | tests/test-fstatat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-fstatat.c b/tests/test-fstatat.c index e965997b29..552bf45f31 100644 --- a/tests/test-fstatat.c +++ b/tests/test-fstatat.c @@ -20,6 +20,9 @@ #include <sys/stat.h> +#include "signature.h" +SIGNATURE_CHECK (fstatat, int, (int, char const *, struct stat *, int)); + #include <fcntl.h> #include <errno.h> #include <stdbool.h> |