summaryrefslogtreecommitdiff
path: root/locks
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-02-08 19:09:19 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-02-08 19:09:19 +0000
commit14bb115e3bde60ef539e71ef59af9faa909e10ee (patch)
treea54a645ac7317f99f3e29cf43602e5cd9f1d6f11 /locks
parent613e6dba643eb28080412db5a545f914b10a2e6f (diff)
downloadapr-14bb115e3bde60ef539e71ef59af9faa909e10ee.tar.gz
Directly included the NKS/errno.h header
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62930 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks')
-rw-r--r--locks/netware/thread_cond.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/locks/netware/thread_cond.c b/locks/netware/thread_cond.c
index ff0379e4a..19ec40d5b 100644
--- a/locks/netware/thread_cond.c
+++ b/locks/netware/thread_cond.c
@@ -52,6 +52,8 @@
* <http://www.apache.org/>.
*/
+#include <nks/errno.h>
+
#include "apr.h"
#include "apr_private.h"
#include "apr_general.h"