summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 99648ad..9028624 100644
--- a/types.h
+++ b/types.h
@@ -929,7 +929,7 @@ enum {
typedef struct {
U8 flags;
- Expression filename;
+ String filename;
char *nms; // NULL if this is just a plain old #include, otherwise string which can be used with ident_get
} Include;