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