diff options
Diffstat (limited to 'z22.c')
-rw-r--r-- | z22.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ /*@z22.c:Galley Service:Interpose()@******************************************/ /* */ -/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.39) */ -/* COPYRIGHT (C) 1991, 2008 Jeffrey H. Kingston */ +/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.41) */ +/* COPYRIGHT (C) 1991, 2023 Jeffrey H. Kingston */ /* */ /* Jeffrey H. Kingston (jeff@it.usyd.edu.au) */ /* School of Information Technologies */ @@ -30,6 +30,8 @@ /* */ /*****************************************************************************/ #include "externs.h" +#include "parent.h" +#include "child.h" /* these three variables refer to the root galley only */ static BOOLEAN first = TRUE; /* if first component unwritten */ |