=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/term/Attic/gnugraph.trm,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/term/Attic/gnugraph.trm 2000/01/09 17:01:14 1.1.1.1 +++ OpenXM_contrib/gnuplot/term/Attic/gnugraph.trm 2000/01/22 14:16:23 1.1.1.2 @@ -1,5 +1,5 @@ /* - * $Id: gnugraph.trm,v 1.1.1.1 2000/01/09 17:01:14 maekawa Exp $ + * $Id: gnugraph.trm,v 1.1.1.2 2000/01/22 14:16:23 maekawa Exp $ */ /* GNUPLOT -- gnugraph.trm */ @@ -73,6 +73,10 @@ stdout. All other terminals write to gpoutfile. */ #include "driver.h" + +#if defined (HAVE_PLOTCOMPAT_H) +# include +#endif #ifdef TERM_REGISTER register_term(unixplot)