summaryrefslogtreecommitdiffstats
path: root/test/strerror_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/strerror_test.c')
-rw-r--r--test/strerror_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/strerror_test.c b/test/strerror_test.c
index a368c68..b5fd10f 100644
--- a/test/strerror_test.c
+++ b/test/strerror_test.c
@@ -3,6 +3,7 @@
#undef NDEBUG
+#include "zix/attributes.h"
#include "zix/common.h"
#include <assert.h>
@@ -26,6 +27,7 @@ test_strerror(void)
assert(!strcmp(msg, "Unknown error"));
}
+ZIX_PURE_FUNC
int
main(void)
{