summaryrefslogtreecommitdiff
path: root/file_io/win32/pipe.c
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2014-02-12 19:18:23 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2014-02-12 19:18:23 +0000
commitd57101fdaf28f2b870547042f941200a7cb93f70 (patch)
treeee51833f6c72654f115d6d8c989ee47e5f10632b /file_io/win32/pipe.c
parent4f8c1c290586b36292eca4442fc9544c10b33f8e (diff)
downloadapr-d57101fdaf28f2b870547042f941200a7cb93f70.tar.gz
Correct nonsense test for non-exported sys/stat.h autoconf flag
Introduce non-exported sys/attr.h autoconf flag for OS/X git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1567722 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/win32/pipe.c')
-rw-r--r--file_io/win32/pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/win32/pipe.c b/file_io/win32/pipe.c
index 021ce9d5d..010cee97e 100644
--- a/file_io/win32/pipe.c
+++ b/file_io/win32/pipe.c
@@ -26,7 +26,7 @@
#if APR_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
-#if APR_HAVE_SYS_STAT_H
+#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
#if APR_HAVE_PROCESS_H