mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 06:44:24 +01:00
lightningd/subd.h: Add missing wire/wire.h.
If not included, a source file containing only `#include<lightningd/subd.h>` will file compilation.
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include <wallet/db.h>
|
||||
#include <wire/wire.h>
|
||||
#include <wire/wire_io.h>
|
||||
|
||||
static bool move_fd(int from, int to)
|
||||
|
||||
Reference in New Issue
Block a user