mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +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
|
||||
#include <gssapi/gssapi_krb5.h>
|
||||
|
||||
#include "mechanism.hpp"
|
||||
#include "mechanism_base.hpp"
|
||||
#include "options.hpp"
|
||||
|
||||
namespace zmq
|
||||
|
Loading…
Reference in New Issue
Block a user