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

fixup socket_Addr

This commit is contained in:
Steffen Vogel 2019-04-05 10:53:51 +02:00
parent 2866ad65a6
commit 11a5369034
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@
#define WITH_SOCKET_LAYER_ETH
#include <linux/if_packet.h>
#include <netinet/ether.h>
#endif /* LIBNL3_ROUTE_FOUND */
enum socket_layer {

View file

@ -28,6 +28,7 @@
#include <villas/socket_addr.h>
#include <villas/utils.h>
#include <villas/kernel/nl.h>
char * socket_print_addr(struct sockaddr *saddr)
{