summaryrefslogtreecommitdiff
path: root/tests/test-strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-strerror.c')
-rw-r--r--tests/test-strerror.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-strerror.c b/tests/test-strerror.c
index 22e9f5ad95..986f75aa62 100644
--- a/tests/test-strerror.c
+++ b/tests/test-strerror.c
@@ -21,6 +21,9 @@
#include <string.h>
+#include "signature.h"
+SIGNATURE_CHECK (strerror, char *, (int));
+
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>