1
0
Fork 0
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:
Steffen Vogel 2017-06-17 03:45:25 +02:00
parent 4d0586d5f7
commit 71465488f0
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@
*********************************************************************************/
#include <zmq.h>
#include <zmq_utils.h>
#include "nodes/zeromq.h"
#include "utils.h"

View file

@ -30,6 +30,7 @@
#include <stdlib.h>
#include <assert.h>
#include <zmq.h>
#include <zmq_utils.h>
int main (int argc, char *argv[])
{