mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 00:46:05 +01:00
Problem: gssapi_mechanism_base does not include mechanism_base
Solution: include mechanism_base.hpp instead of mechanism.hpp
This commit is contained in:
parent
e2ffa2a77b
commit
6f49e40e36
@ -37,7 +37,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <gssapi/gssapi_krb5.h>
|
#include <gssapi/gssapi_krb5.h>
|
||||||
|
|
||||||
#include "mechanism.hpp"
|
#include "mechanism_base.hpp"
|
||||||
#include "options.hpp"
|
#include "options.hpp"
|
||||||
|
|
||||||
namespace zmq
|
namespace zmq
|
||||||
|
Loading…
x
Reference in New Issue
Block a user