diff options
Diffstat (limited to 'src/node.h')
-rw-r--r-- | src/node.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -17,7 +17,10 @@ #ifndef SERD_NODE_H #define SERD_NODE_H -#include "serd_internal.h" +#include "serd/serd.h" + +#include <stdbool.h> +#include <stddef.h> struct SerdNodeImpl { size_t n_bytes; /**< Size in bytes (not including null) */ |