[Plib-cvs] plib/src/pui pu.h,1.146,1.147
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-04-06 13:06:05
|
Update of /cvsroot/plib/plib/src/pui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9612/plib/src/pui Modified Files: pu.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: pu.h =================================================================== RCS file: /cvsroot/plib/plib/src/pui/pu.h,v retrieving revision 1.146 retrieving revision 1.147 diff -u -d -r1.146 -r1.147 --- pu.h 21 Mar 2004 19:03:23 -0000 1.146 +++ pu.h 6 Apr 2004 12:53:16 -0000 1.147 @@ -24,6 +24,7 @@ #ifndef _PU_H_ #define _PU_H_ 1 +#include <stdio.h> #include "fnt.h" #include "ulRTTI.h" |