From 5998a2c035e90aa01d97da26b9ef2b2b503f3d83 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 23 May 2010 14:37:19 +0200 Subject: fixed error handling on Unix --- tests/log/test_log.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/log/test_log.c b/tests/log/test_log.c index 50a3904..e1486d8 100644 --- a/tests/log/test_log.c +++ b/tests/log/test_log.c @@ -18,6 +18,7 @@ #include "log/log.h" /* for logging */ #include "log/messages.h" /* for i18n */ #include "port/string.h" /* for strerror_r */ +#include "errors.h" #include /* for exit, EXIT_SUCCESS, free */ #include /* for errno */ -- cgit v1.2.3-54-g00ecf