aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.c')
-rw-r--r--src/env.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/env.c b/src/env.c
index 30be0be9..a43993f1 100644
--- a/src/env.c
+++ b/src/env.c
@@ -19,6 +19,8 @@
#include <stdlib.h>
#include <string.h>
+#include "node.h"
+
typedef struct {
SerdNode* name;
SerdNode* uri;