summaryrefslogtreecommitdiffstats
path: root/test/ring_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ring_test.c')
-rw-r--r--test/ring_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ring_test.c b/test/ring_test.c
index 6fa9589..5345754 100644
--- a/test/ring_test.c
+++ b/test/ring_test.c
@@ -14,6 +14,7 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "zix/common.h"
#include "zix/ring.h"
#include "zix/thread.h"
@@ -29,6 +30,7 @@ static ZixRing* ring = 0;
static unsigned n_writes = 0;
static bool read_error = false;
+ZIX_LOG_FUNC(1, 2)
static int
failure(const char* fmt, ...)
{