[Plib-cvs] plib/src/psl psl.h,1.26,1.27
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-04-06 13:06:04
|
Update of /cvsroot/plib/plib/src/psl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9612/plib/src/psl Modified Files: psl.h Log Message: Added <stdio> into all of the main PLIB headers in order that NULL would be sure to be defined. Added ssgaScreenDump to ssgAux.dsp Index: psl.h =================================================================== RCS file: /cvsroot/plib/plib/src/psl/psl.h,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- psl.h 2 Feb 2004 01:35:15 -0000 1.26 +++ psl.h 6 Apr 2004 12:53:15 -0000 1.27 @@ -24,6 +24,7 @@ #ifndef _PSL_H #define _PSL_H 1 +#include <stdio.h> #include "ul.h" enum pslResult |