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:
parent
1d2f28cd19
commit
8a8dd30370
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue