summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-30 18:22:58 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-03-30 18:22:58 +0200
commit7bf88dd4cdba8e069384942581e92213316d59b0 (patch)
treed22ab613b5f3bf695406f5365f9f49602599746e /include
parentf296127efcef4a8c120af41d7edacc0a0deaff78 (diff)
downloadwolfbones-7bf88dd4cdba8e069384942581e92213316d59b0.tar.gz
wolfbones-7bf88dd4cdba8e069384942581e92213316d59b0.tar.bz2
thread-safe version of strerror_r now, still missing tests
Diffstat (limited to 'include')
-rw-r--r--include/wolf/mutex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wolf/mutex.h b/include/wolf/mutex.h
index 63cd903..e09a167 100644
--- a/include/wolf/mutex.h
+++ b/include/wolf/mutex.h
@@ -35,6 +35,8 @@ extern "C" {
#include "port/sys.h"
+#include "errors.h"
+
#ifdef HAVE_PTHREADS
#include <pthread.h> /* for mutex functions */