diff --git a/include/astaroth_node.h b/include/astaroth_node.h index 5458ac9..61438f3 100644 --- a/include/astaroth_node.h +++ b/include/astaroth_node.h @@ -24,6 +24,8 @@ extern "C" { #include "astaroth_defines.h" +#include "astaroth_device.h" // TODO: Should this really be here? + typedef struct node_s* Node; // Opaque pointer to node_s. typedef struct {