[gq-commit] gq/src debug.h,1.7,1.8
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-23 00:54:33
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1:/tmp/cvs-serv4568 Modified Files: debug.h Log Message: * Should fix a compile-problem reported by Jean-Baptiste Quenot <jb.quenot at caraldi.com> (forgotten glib.h inclusion) Index: debug.h =================================================================== RCS file: /cvsroot/gqclient/gq/src/debug.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** debug.h 17 Oct 2003 06:31:16 -0000 1.7 --- debug.h 22 Oct 2003 05:39:46 -0000 1.8 *************** *** 29,32 **** --- 29,33 ---- #include <stdlib.h> + #include <glib.h> #include "config.h" |