From: <bo...@us...> - 2004-01-06 01:23:19
|
Update of /cvsroot/sharedaemon/core/src In directory sc8-pr-cvs1:/tmp/cvs-serv4076 Modified Files: debug.h Log Message: Corrected the 'AlexCeli'-Bug Index: debug.h =================================================================== RCS file: /cvsroot/sharedaemon/core/src/debug.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- debug.h 20 Nov 2003 16:27:25 -0000 1.6 +++ debug.h 6 Jan 2004 01:23:16 -0000 1.7 @@ -32,6 +32,7 @@ # define PRINTER bprintf extern bool inited_stddbg; # else +# include <stdio.h> # define PRINTER printf # endif // #ifdef HAVE_BTLINUXLIBRARY |