aboutsummaryrefslogtreecommitdiffstats
path: root/include/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pipe.h')
-rw-r--r--include/pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pipe.h b/include/pipe.h
index ee13ad640..3c41f6ebe 100644
--- a/include/pipe.h
+++ b/include/pipe.h
@@ -95,6 +95,6 @@ BOTAN_DLL std::istream& operator>>(std::istream&, Pipe&);
#endif
-#if defined(BOTAN_EXT_PIPE_UNIXFD_IO)
+#if defined(BOTAN_HAS_PIPE_UNIXFD_IO)
#include <botan/fd_unix.h>
#endif