aboutsummaryrefslogtreecommitdiff
path: root/strbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'strbuf.h')
-rw-r--r--strbuf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/strbuf.h b/strbuf.h
index de4cc29b..850b0dd5 100644
--- a/strbuf.h
+++ b/strbuf.h
@@ -2,6 +2,7 @@
#define STRBUF_H
#include <stdlib.h>
+#include <libguile.h>
#include "macro.h"
/*
@@ -14,6 +15,7 @@
*/
typedef struct {
char* mem;
+ SCM scm;
/* TODO add support for negative ptr */
int ptr;
unsigned int alloc;