mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
tools: Add missing unistd.h header
`close` was implicitly defined, include `unistd.h` to define it explicitly so that the FreeBSD compile succeeds.
This commit is contained in:
committed by
Christian Decker
parent
f9f4ed8e11
commit
c57e63b31d
@@ -10,6 +10,7 @@
|
||||
#include <sqlite3.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <zlib.h>
|
||||
|
||||
static const char template[] =
|
||||
|
||||
Reference in New Issue
Block a user