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:
parent
2866ad65a6
commit
11a5369034
2 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue