nostrdb: Makefile: build using ccan/ versions of files.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
Daniel D’Aquino
parent
e3ca6ca5b4
commit
201cdd7edc
@@ -1,8 +1,8 @@
|
||||
/* MIT (BSD) license - see LICENSE file for details */
|
||||
#ifndef CCAN_STRUCTEQ_H
|
||||
#define CCAN_STRUCTEQ_H
|
||||
#include "build_assert.h"
|
||||
#include "cppmagic.h"
|
||||
#include "ccan/build_assert/build_assert.h"
|
||||
#include "ccan/cppmagic/cppmagic.h"
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user