Added a missing include

This commit is contained in:
jpekkila
2019-08-12 11:44:27 +03:00
parent bba9ec7c3b
commit 3369d8efec

View File

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