[Plib-cvs] plib/src/ssg ssg.h,1.169,1.170
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-04-06 13:06:06
|
Update of /cvsroot/plib/plib/src/ssg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9612/plib/src/ssg Modified Files: ssg.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: ssg.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssg.h,v retrieving revision 1.169 retrieving revision 1.170 diff -u -d -r1.169 -r1.170 --- ssg.h 5 Feb 2004 15:24:06 -0000 1.169 +++ ssg.h 6 Apr 2004 12:53:17 -0000 1.170 @@ -25,6 +25,7 @@ #ifndef _INCLUDED_SSG_H_ #define _INCLUDED_SSG_H_ +#include <stdio.h> #include "sg.h" #ifdef UL_MAC_OSX |