[Plib-cvs] plib/src/ssgAux ssgaScreenDump.cxx,1.1,1.2
Brought to you by:
sjbaker
From: James J. <pu...@us...> - 2003-07-04 13:51:01
|
Update of /cvsroot/plib/plib/src/ssgAux In directory sc8-pr-cvs1:/tmp/cvs-serv26460/ssgAux Modified Files: ssgaScreenDump.cxx Log Message: Patches by Martin Spott <Mar...@un...> to fix compilation on Solaris systems. Index: ssgaScreenDump.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaScreenDump.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ssgaScreenDump.cxx 27 Jun 2003 08:15:15 -0000 1.1 +++ ssgaScreenDump.cxx 4 Jul 2003 13:50:56 -0000 1.2 @@ -26,7 +26,7 @@ #include <string.h> -#include <plib/ul.h> +#include "ul.h" static void writeByte ( FILE *fd, unsigned char x ) { |