Add ansidecl.h to define DOTS and friends.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 24 Jun 1993 08:22:21 +0000 (08:22 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 24 Jun 1993 08:22:21 +0000 (08:22 +0000)
v7/src/microcode/outf.h

index a6bedc0f7521e4b7fe5ab91aba6e99808a821b8b..335df94b6868e519cbc6eaf69a9ed19536cdb40b 100644 (file)
@@ -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 <stdarg.h>
 #include <stdio.h>
+#include "ansidecl.h"
 
 typedef struct __outf_channel_type_placeholder *outf_channel;