diff options
Diffstat (limited to 'byterun/extern.c')
-rw-r--r-- | byterun/extern.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/byterun/extern.c b/byterun/extern.c index 7e29d0ccd..4d534b2eb 100644 --- a/byterun/extern.c +++ b/byterun/extern.c @@ -15,6 +15,8 @@ /* Structured output */ +/* The interface of this file is "intext.h" */ + #include <string.h> #include "alloc.h" #include "custom.h" |