summaryrefslogtreecommitdiff
path: root/test/testprocmutex.c
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2006-06-21 08:48:31 +0000
committerPaul Querna <pquerna@apache.org>2006-06-21 08:48:31 +0000
commit05518cde57339ee9ce14e22eadd5dc8635e42ead (patch)
tree501d6e524a027644894b416387a3c3ea1cd58a2b /test/testprocmutex.c
parentb50028804d11611b44d14ca4729cc9113aa59d4e (diff)
downloadapr-05518cde57339ee9ce14e22eadd5dc8635e42ead.tar.gz
The unnecessary inclusion of errno.h causes these test programs to fail to compile on platforms, such as Windows CE, where errno.h is not supported.
PR: 39848 Submitted By: Curt Arnold <carnold apache.org> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@415941 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testprocmutex.c')
-rw-r--r--test/testprocmutex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testprocmutex.c b/test/testprocmutex.c
index ffdae2fbe..0ddda096c 100644
--- a/test/testprocmutex.c
+++ b/test/testprocmutex.c
@@ -21,7 +21,6 @@
#include "apr_errno.h"
#include "apr_general.h"
#include "apr_getopt.h"
-#include "errno.h"
#include <stdio.h>
#include <stdlib.h>
#include "testutil.h"