summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-05-23 14:37:19 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-05-23 14:37:19 +0200
commit5998a2c035e90aa01d97da26b9ef2b2b503f3d83 (patch)
tree8d93a81c00b19be101b5bfdaeaa376a8578ab4b7 /tests
parentc3cdb4a066b7ba278015ea3e6e19fa4df2038faf (diff)
downloadwolfbones-5998a2c035e90aa01d97da26b9ef2b2b503f3d83.tar.gz
wolfbones-5998a2c035e90aa01d97da26b9ef2b2b503f3d83.tar.bz2
fixed error handling on Unix
Diffstat (limited to 'tests')
-rw-r--r--tests/log/test_log.c1
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h> /* for exit, EXIT_SUCCESS, free */
#include <errno.h> /* for errno */