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