From 6f2d3942dff7e176f4771ea6134ffcc88e33ef42 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Oct 2019 03:29:26 +0200 Subject: Move MIN macro to int_math.h --- src/static_nodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/static_nodes.h') diff --git a/src/static_nodes.h b/src/static_nodes.h index 1399f580..f4794d72 100644 --- a/src/static_nodes.h +++ b/src/static_nodes.h @@ -17,8 +17,8 @@ #ifndef SERD_STATIC_NODES_H #define SERD_STATIC_NODES_H +#include "namespaces.h" #include "node.h" -#include "serd_internal.h" typedef struct StaticNode { SerdNode node; -- cgit v1.2.1