mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 08:46:44 +01:00
Merge pull request #2868 from jasperla/openbsd/ucred
Problem: Build is broken on OpenBSD
This commit is contained in:
commit
87fbe5a542
@ -39,6 +39,10 @@
|
||||
#include "windows.hpp"
|
||||
#endif
|
||||
|
||||
#if defined ZMQ_HAVE_OPENBSD
|
||||
#define ucred sockpeercred
|
||||
#endif
|
||||
|
||||
// 0MQ definitions and exported functions
|
||||
#include "../include/zmq.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user