mirror of
https://github.com/zeromq/libzmq.git
synced 2025-09-20 12:59:33 +02:00
Problem: Build is broken on OpenBSD
Solution: re-instate block for OpenBSD erroneously removed in 9622a830
This commit is contained in:
parent
15828e4804
commit
22b57f6f28
@ -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