mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
zeromq: older versions of the library have zmq_curve_keypair() in zmq_utils.h
This commit is contained in:
parent
4d0586d5f7
commit
71465488f0
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
*********************************************************************************/
|
||||
|
||||
#include <zmq.h>
|
||||
#include <zmq_utils.h>
|
||||
|
||||
#include "nodes/zeromq.h"
|
||||
#include "utils.h"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <zmq.h>
|
||||
#include <zmq_utils.h>
|
||||
|
||||
int main (int argc, char *argv[])
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue