Problem: Build is broken on OpenBSD

Solution: re-instate block for OpenBSD erroneously removed in 9622a830
This commit is contained in:
Jasper Lievisse Adriaanse 2017-12-14 09:45:01 +01:00
parent 15828e4804
commit 22b57f6f28

View File

@ -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"