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:
Rusty Russell
2024-08-17 14:57:12 +09:30
committed by Daniel D’Aquino
parent e3ca6ca5b4
commit 201cdd7edc
11 changed files with 19 additions and 20 deletions

View File

@@ -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>