summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-07-14 06:15:10 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-07-14 06:15:10 +0000
commit7937c2594a2c1f77f756eccb1c78af4c6ae383e9 (patch)
treefb90e6dd0c3fa997780c9dc7f1050348d0f0afb9
parent3094f43667d7907ecc7a1da7e7968d600b901676 (diff)
downloadATCD-7937c2594a2c1f77f756eccb1c78af4c6ae383e9.tar.gz
Added missing include.
-rw-r--r--ace/SSL/SSL_Asynch_Stream.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/SSL/SSL_Asynch_Stream.cpp b/ace/SSL/SSL_Asynch_Stream.cpp
index d4b43e4ed0f..24b3398bf12 100644
--- a/ace/SSL/SSL_Asynch_Stream.cpp
+++ b/ace/SSL/SSL_Asynch_Stream.cpp
@@ -34,6 +34,8 @@ ACE_RCSID (ACE_SSL,
#include "ace/Proactor.h"
+#include <openssl/err.h>
+
// ************************************************************
// SSL Asynchronous Write Result
// ************************************************************