diff options
| author | Stephen D. Huston <shuston@apache.org> | 2008-10-30 22:45:58 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2008-10-30 22:45:58 +0000 |
| commit | 0edbe936778a8c52c66735faec6d03d93d86e0a8 (patch) | |
| tree | d69408149740444fa31bb15dbfeef2ec91061ab6 /cpp/src/qpid | |
| parent | dd72767682ca2a3a8a28c32bc9013e8986a63e3d (diff) | |
| download | qpid-python-0edbe936778a8c52c66735faec6d03d93d86e0a8.tar.gz | |
Add Windows pieces for building the broker; resolves QPID-1338
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@709271 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid')
| -rw-r--r-- | cpp/src/qpid/broker/windows/SaslAuthenticator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp b/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp index 2cee7d8a99..a239987c0e 100644 --- a/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp +++ b/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp @@ -22,7 +22,7 @@ // This source is only used on Windows; SSPI is the Windows mechanism for // accessing authentication mechanisms, analogous to Cyrus SASL. -#include "Connection.h" +#include "qpid/broker/Connection.h" #include "qpid/log/Statement.h" #include "qpid/framing/reply_exceptions.h" |
