mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
Add missing headers for compiling on FreeBSD 13
- `netinet/in.h`: struct sockaddr_in, struct sockaddr_in6 - `unistd.h`: close()
This commit is contained in:
committed by
Rusty Russell
parent
33168fc733
commit
dd93f5dd29
@@ -7,6 +7,7 @@
|
||||
#include <common/type_to_string.h>
|
||||
#include <common/wireaddr.h>
|
||||
#include <netdb.h>
|
||||
#include <netinet/in.h>
|
||||
#include <wire/wire.h>
|
||||
|
||||
bool wireaddr_eq(const struct wireaddr *a, const struct wireaddr *b)
|
||||
|
||||
Reference in New Issue
Block a user