aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/source_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/source_print.sml')
-rw-r--r--src/source_print.sml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/source_print.sml b/src/source_print.sml
index 1ea2b837..208aa23a 100644
--- a/src/source_print.sml
+++ b/src/source_print.sml
@@ -238,6 +238,9 @@ fun p_sgn_item (sgi, _) =
string ":",
space,
p_sgn sgn]
+ | SgiInclude sgn => box [string "include",
+ space,
+ p_sgn sgn]
and p_sgn (sgn, _) =
case sgn of