From be0bf948e77f2cd646e7a62e7969b2908e307a9b Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 24 Jun 1993 08:22:21 +0000 Subject: [PATCH] Add ansidecl.h to define DOTS and friends. --- v7/src/microcode/outf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/outf.h b/v7/src/microcode/outf.h index a6bedc0f7..335df94b6 100644 --- a/v7/src/microcode/outf.h +++ b/v7/src/microcode/outf.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: outf.h,v 1.1 1993/06/24 06:55:44 gjr Exp $ +$Id: outf.h,v 1.2 1993/06/24 08:22:21 gjr Exp $ Copyright (c) 1993 Massachusetts Institute of Technology @@ -37,6 +37,7 @@ MIT in each case. */ #include #include +#include "ansidecl.h" typedef struct __outf_channel_type_placeholder *outf_channel; -- 2.25.1