1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix missing include

This commit is contained in:
Steffen Vogel 2018-10-20 14:22:03 +02:00
parent 14c989f7b2
commit 6f7386afbf

View file

@ -22,6 +22,7 @@
#include <string.h>
#include <math.h>
#include <netdb.h>
#include <villas/node/config.h>
#include <villas/nodes/infiniband.h>