aboutsummaryrefslogtreecommitdiff
path: root/vcal.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcal.h')
-rw-r--r--vcal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcal.h b/vcal.h
index 02a51ff5..bedf22ee 100644
--- a/vcal.h
+++ b/vcal.h
@@ -3,6 +3,8 @@
#include <stdlib.h>
+#include <libguile.h>
+
#include "strbuf.h"
#define TYPE strbuf
@@ -101,6 +103,8 @@ struct s_vcomponent {
vcomponent* parent;
TRIE(content_line) clines;
VECT(vcomponent) components;
+
+ SCM scm;
};
#define FCHILD(v) GET(VECT(vcomponent))(&(v)->components, 0)