aboutsummaryrefslogtreecommitdiffstats
path: root/src/try.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/try.h')
-rw-r--r--src/try.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/try.h b/src/try.h
index f49ae05f..bc1b8ec3 100644
--- a/src/try.h
+++ b/src/try.h
@@ -4,6 +4,8 @@
#ifndef SERD_SRC_TRY_H
#define SERD_SRC_TRY_H
+#include <serd/serd.h>
+
#define TRY(st, exp) \
do { \
if (((st) = (exp))) { \