summaryrefslogtreecommitdiff
path: root/src/struct.c
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-11 11:56:37 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-11 11:56:37 -0500
commita5ad06e3fbbda39cbd894906e93a775c511f1f05 (patch)
treead71cf7b11cc6357d6a12d6897e779d43eea3a46 /src/struct.c
parent5ede67bfe812f2407244fafc0b830728213f2110 (diff)
downloadcolm-a5ad06e3fbbda39cbd894906e93a775c511f1f05.tar.gz
improvements to list object semantics
Diffstat (limited to 'src/struct.c')
-rw-r--r--src/struct.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/struct.c b/src/struct.c
index b2f8dbc7..827adc77 100644
--- a/src/struct.c
+++ b/src/struct.c
@@ -1,6 +1,8 @@
#include <colm/program.h>
#include <colm/struct.h>
+#include "internal.h"
+
#include <stdlib.h>
#include <string.h>
#include <assert.h>