From e03d8c215ea51164b4c53a821e0a77660b60ffbd Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Sun, 2 Jun 2013 11:49:54 -0700 Subject: cmsMath.c: Add missing stdio header for printf(3) in DEBUG build. Signed-off-by: Alan Coopersmith Backported-to-NX-by: Ulrich Sibiller --- nx-X11/lib/X11/cmsMath.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nx-X11/lib/X11') diff --git a/nx-X11/lib/X11/cmsMath.c b/nx-X11/lib/X11/cmsMath.c index 70b067587..487eb3f9c 100644 --- a/nx-X11/lib/X11/cmsMath.c +++ b/nx-X11/lib/X11/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 +#endif + #include #ifndef DBL_EPSILON #define DBL_EPSILON 1e-6 -- cgit v1.2.3