--- ray/src/px/paintjet.c 1992/09/21 12:13:43 2.3 +++ ray/src/px/paintjet.c 2003/02/22 02:07:27 2.4 @@ -1,9 +1,6 @@ -/* Copyright (c) 1992 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: paintjet.c,v 2.4 2003/02/22 02:07:27 greg Exp $"; #endif - /* * paintjet.c - program to dump pixel file to HP PaintJet color printer. * @@ -14,6 +11,7 @@ static char SCCSid[] = "$SunId$ LBL"; #ifdef MSDOS #include #endif +#include #include "color.h" #include "resolu.h"