state: include daemon/peer (only if !TEST_COVERAGE).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2016-01-22 06:41:49 +10:30
parent b04392609a
commit 5ac1d5df00
2 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
#include <ccan/build_assert/build_assert.h>
#ifndef TEST_STATE_COVERAGE
#include <daemon/peer.h>
#endif
#include <state.h>
static inline bool high_priority(enum state state)