On Sun, Jun 02, 2013 at 10:02:39PM +0200, walter harms wrote:
> 
> 
> Am 02.06.2013 20:49, schrieb Thomas Klausner:
> > ---
> >  src/xcms/cmsMath.c | 4 ++++
> >  1 file changed, 4 insertions(+)
> > 
> > diff --git a/src/xcms/cmsMath.c b/src/xcms/cmsMath.c
> > index 70b0675..487eb3f 100644
> > --- a/src/xcms/cmsMath.c
> > +++ b/src/xcms/cmsMath.c
> > @@ -35,6 +35,10 @@ in this Software without prior written authorization 
> > from The Open Group.
> >  #include "Xlibint.h"
> >  #include "Xcmsint.h"
> >  
> > +#ifdef DEBUG
> > +#include <stdio.h>
> > +#endif
> > +
> 
> I guess libX11 can take the overhead even when DEBUG is nodef
> just include.
> 
> #include <stdio.h>  /* debug code needs that */

Fine with me. Should I send an updated patch for that?
 Thomas
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to