mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-09 23:57:50 +01:00
Problem: Build is broken on OpenBSD
Solution: re-instate block for OpenBSD erroneously removed in 9622a830
This commit is contained in:
@@ -39,6 +39,10 @@
|
|||||||
#include "windows.hpp"
|
#include "windows.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined ZMQ_HAVE_OPENBSD
|
||||||
|
#define ucred sockpeercred
|
||||||
|
#endif
|
||||||
|
|
||||||
// 0MQ definitions and exported functions
|
// 0MQ definitions and exported functions
|
||||||
#include "../include/zmq.h"
|
#include "../include/zmq.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user