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

socket: fix includes

This commit is contained in:
Steffen Vogel 2019-04-05 19:30:44 +02:00
parent 1d2f28cd19
commit 8a8dd30370
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,8 @@
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <arpa/inet.h>
#include <netinet/ip.h>
#include <villas/nodes/socket.h>
#include <villas/utils.h>

View file

@ -23,7 +23,6 @@
#include <netdb.h>
#include <stdlib.h>
#include <string.h>
#include <netinet/ip.h>
#include <arpa/inet.h>
#include <villas/socket_addr.h>